Interface SqlDatabaseImportExportResponse

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.sql.implementation.ImportExportResponseInner>, HasName, Indexable

@Beta(V1_7_0) public interface SqlDatabaseImportExportResponse extends Indexable, HasInner<com.microsoft.azure.management.sql.implementation.ImportExportResponseInner>, HasId, HasName
Response containing result of the Azure SQL Database import or export operation.
  • Method Details

    • requestType

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

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

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

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

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

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

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

      String blobUri()
      Returns:
      the blob uri
    • errorMessage

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