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
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
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
-