Class ImportExportExtensionsOperationResultProperties

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.ImportExportExtensionsOperationResultProperties

public final class ImportExportExtensionsOperationResultProperties extends Object
Contains the operation result properties for import/export operation.
  • Constructor Details

    • ImportExportExtensionsOperationResultProperties

      public ImportExportExtensionsOperationResultProperties()
      Creates an instance of ImportExportExtensionsOperationResultProperties class.
  • Method Details

    • requestId

      public UUID requestId()
      Get the requestId property: Request Id.
      Returns:
      the requestId value.
    • requestType

      public String requestType()
      Get the requestType property: Request type.
      Returns:
      the requestType value.
    • lastModifiedTime

      public String lastModifiedTime()
      Get the lastModifiedTime property: Last modified time.
      Returns:
      the lastModifiedTime value.
    • serverName

      public String serverName()
      Get the serverName property: Server name.
      Returns:
      the serverName value.
    • databaseName

      public String databaseName()
      Get the databaseName property: Database name.
      Returns:
      the databaseName value.
    • status

      public String status()
      Get the status property: Operation status.
      Returns:
      the status value.
    • errorMessage

      public String errorMessage()
      Get the errorMessage property: Error message.
      Returns:
      the errorMessage value.
    • queuedTime

      public String queuedTime()
      Get the queuedTime property: Queued time.
      Returns:
      the queuedTime value.
    • blobUri

      public String blobUri()
      Get the blobUri property: Blob URI.
      Returns:
      the blobUri value.
    • privateEndpointConnections

      public List<PrivateEndpointConnectionRequestStatus> privateEndpointConnections()
      Get the privateEndpointConnections property: Gets the status of private endpoints associated with this request.
      Returns:
      the privateEndpointConnections value.
    • validate

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