Class ImportExportResponseInner


  • public class ImportExportResponseInner
    extends com.azure.core.management.ProxyResource
    Response for Import/Export Get operation.
    • Constructor Detail

      • ImportExportResponseInner

        public ImportExportResponseInner()
    • Method Detail

      • requestType

        public String requestType()
        Get the requestType property: The request type of the operation.
        Returns:
        the requestType value.
      • requestId

        public UUID requestId()
        Get the requestId property: The request type of the operation.
        Returns:
        the requestId value.
      • serverName

        public String serverName()
        Get the serverName property: The name of the server.
        Returns:
        the serverName value.
      • databaseName

        public String databaseName()
        Get the databaseName property: The name of the database.
        Returns:
        the databaseName value.
      • status

        public String status()
        Get the status property: The status message returned from the server.
        Returns:
        the status value.
      • lastModifiedTime

        public String lastModifiedTime()
        Get the lastModifiedTime property: The operation status last modified time.
        Returns:
        the lastModifiedTime value.
      • queuedTime

        public String queuedTime()
        Get the queuedTime property: The operation queued time.
        Returns:
        the queuedTime value.
      • blobUri

        public String blobUri()
        Get the blobUri property: The blob uri.
        Returns:
        the blobUri value.
      • errorMessage

        public String errorMessage()
        Get the errorMessage property: The error message returned from the server.
        Returns:
        the errorMessage value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.