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 Summary

    Modifier and Type
    Method
    Description
    Gets the blob uri.
    Gets the name of the database.
    Gets the error message returned from the server.
    Gets the operation status last modified time.
    Gets the operation queued time.
    Gets the UUID of the operation.
    Gets the request type of the operation.
    Gets the name of the server.
    Gets the status message returned from the server.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key
  • 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