Interface SqlDatabaseImportExportResponse
-
- All Superinterfaces:
HasId,HasInnerModel<ImportExportResponseInner>,HasName,Indexable
public interface SqlDatabaseImportExportResponse extends Indexable, HasInnerModel<ImportExportResponseInner>, HasId, HasName
Response containing result of the Azure SQL Database import or export operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringblobUri()StringdatabaseName()StringerrorMessage()StringlastModifiedTime()StringqueuedTime()StringrequestId()StringrequestType()StringserverName()Stringstatus()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
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
-
-