SqlDatabaseImportExportResponse Interface
public interface SqlDatabaseImportExportResponse extends Indexable,HasInner,HasId,HasName
Response containing result of the Azure SQL Database import or export operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | blobUri() |
String | databaseName() |
String | errorMessage() |
String | lastModifiedTime() |
String | queuedTime() |
String | requestId() |
String | requestType() |
String | serverName() |
String | status() |
Inherited Members
Method Details
blobUri
public String blobUri()
Returns:
the blob uri
databaseName
public String databaseName()
Returns:
the name of the database
errorMessage
public String errorMessage()
Returns:
the error message returned from the server
lastModifiedTime
public String lastModifiedTime()
Returns:
the operation status last modified time
queuedTime
public String queuedTime()
Returns:
the operation queued time
requestId
public String requestId()
Returns:
the UUID of the operation
requestType
public String requestType()
Returns:
the request type of the operation
serverName
public String serverName()
Returns:
the name of the server
status
public String status()
Returns:
the status message returned from the server
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java