Interface SqlDatabaseImportExportResponse

All Superinterfaces:
HasId, HasInnerModel<ImportExportOperationResultInner>, HasName, Indexable

public interface SqlDatabaseImportExportResponse extends Indexable, HasInnerModel<ImportExportOperationResultInner>, HasId, HasName
Response containing result of the Azure SQL Database import or export operation.
  • Method Details

    • requestType

      String requestType()
      Gets the request type of the operation.
      Returns:
      the request type of the operation
    • requestId

      String requestId()
      Gets the UUID of the operation.
      Returns:
      the UUID of the operation
    • serverName

      String serverName()
      Gets the name of the server.
      Returns:
      the name of the server
    • databaseName

      String databaseName()
      Gets the name of the database.
      Returns:
      the name of the database
    • status

      String status()
      Gets the status message returned from the server.
      Returns:
      the status message returned from the server
    • lastModifiedTime

      String lastModifiedTime()
      Gets the operation status last modified time.
      Returns:
      the operation status last modified time
    • queuedTime

      String queuedTime()
      Gets the operation queued time.
      Returns:
      the operation queued time
    • blobUri

      String blobUri()
      Gets the blob uri.
      Returns:
      the blob uri
    • errorMessage

      String errorMessage()
      Gets the error message returned from the server.
      Returns:
      the error message returned from the server