Interface SqlPoolOperation


public interface SqlPoolOperation
An immutable client-side representation of SqlPoolOperation.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • databaseName

      String databaseName()
      Gets the databaseName property: The name of the Sql pool the operation is being performed on.
      Returns:
      the databaseName value.
    • operation

      String operation()
      Gets the operation property: The name of operation.
      Returns:
      the operation value.
    • operationFriendlyName

      String operationFriendlyName()
      Gets the operationFriendlyName property: The friendly name of operation.
      Returns:
      the operationFriendlyName value.
    • percentComplete

      Integer percentComplete()
      Gets the percentComplete property: The percentage of the operation completed.
      Returns:
      the percentComplete value.
    • serverName

      String serverName()
      Gets the serverName property: The name of the server.
      Returns:
      the serverName value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: The operation start time.
      Returns:
      the startTime value.
    • state

      Gets the state property: The operation state.
      Returns:
      the state value.
    • errorCode

      Integer errorCode()
      Gets the errorCode property: The operation error code.
      Returns:
      the errorCode value.
    • errorDescription

      String errorDescription()
      Gets the errorDescription property: The operation error description.
      Returns:
      the errorDescription value.
    • errorSeverity

      Integer errorSeverity()
      Gets the errorSeverity property: The operation error severity.
      Returns:
      the errorSeverity value.
    • isUserError

      Boolean isUserError()
      Gets the isUserError property: Whether or not the error is a user error.
      Returns:
      the isUserError value.
    • estimatedCompletionTime

      OffsetDateTime estimatedCompletionTime()
      Gets the estimatedCompletionTime property: The estimated completion time of the operation.
      Returns:
      the estimatedCompletionTime value.
    • description

      String description()
      Gets the description property: The operation description.
      Returns:
      the description value.
    • isCancellable

      Boolean isCancellable()
      Gets the isCancellable property: Whether the operation can be cancelled.
      Returns:
      the isCancellable value.
    • innerModel

      SqlPoolOperationInner innerModel()
      Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolOperationInner object.
      Returns:
      the inner object.