public class ImportExportResponseInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ImportExportResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
blobUri()
Get the blobUri property: The blob uri.
|
String |
databaseName()
Get the databaseName property: The name of the database.
|
String |
errorMessage()
Get the errorMessage property: The error message returned from the server.
|
String |
lastModifiedTime()
Get the lastModifiedTime property: The operation status last modified time.
|
String |
queuedTime()
Get the queuedTime property: The operation queued time.
|
UUID |
requestId()
Get the requestId property: The request type of the operation.
|
String |
requestType()
Get the requestType property: The request type of the operation.
|
String |
serverName()
Get the serverName property: The name of the server.
|
String |
status()
Get the status property: The status message returned from the server.
|
void |
validate()
Validates the instance.
|
public String requestType()
public UUID requestId()
public String serverName()
public String databaseName()
public String status()
public String lastModifiedTime()
public String queuedTime()
public String blobUri()
public String errorMessage()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.