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 TypeMethodDescriptionblobUri()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.status()Gets the status message returned from the server.Methods inherited from interface HasInnerModel
innerModel
-
Method Details
-
requestType
String requestType()Gets the request type of the operation.- Returns:
- the request type of the operation
-
requestId
-
serverName
-
databaseName
-
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
-
blobUri
-
errorMessage
String errorMessage()Gets the error message returned from the server.- Returns:
- the error message returned from the server
-