SqlDatabaseImportExportResponse Interface
Implements
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 and Description |
|---|---|
| abstract String |
blobUri()
Gets the blob uri. |
| abstract String |
databaseName()
Gets the name of the database. |
| abstract String |
errorMessage()
Gets the error message returned from the server. |
| abstract String |
lastModifiedTime()
Gets the operation status last modified time. |
| abstract String |
queuedTime()
Gets the operation queued time. |
| abstract String |
requestId()
Gets the UUID of the operation. |
| abstract String |
requestType()
Gets the request type of the operation. |
| abstract String |
serverName()
Gets the name of the server. |
| abstract String |
status()
Gets the status message returned from the server. |
Method Details
blobUri
public abstract String blobUri()
Gets the blob uri.
Returns:
databaseName
public abstract String databaseName()
Gets the name of the database.
Returns:
errorMessage
public abstract String errorMessage()
Gets the error message returned from the server.
Returns:
lastModifiedTime
public abstract String lastModifiedTime()
Gets the operation status last modified time.
Returns:
queuedTime
public abstract String queuedTime()
Gets the operation queued time.
Returns:
requestId
public abstract String requestId()
Gets the UUID of the operation.
Returns:
requestType
public abstract String requestType()
Gets the request type of the operation.
Returns:
serverName
public abstract String serverName()
Gets the name of the server.
Returns:
status
public abstract String status()
Gets the status message returned from the server.
Returns: