Class ImportExportOperationResultInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ImportExportOperationResultInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ImportExportOperationResultInner
extends com.azure.core.management.ProxyResource
An ImportExport operation result resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ImportExportOperationResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionblobUri()Get the blobUri property: Blob Uri.Get the databaseName property: Database name.Get the errorMessage property: Error message.Get the lastModifiedTime property: Last modified time.Get the privateEndpointConnections property: Gets the status of private endpoints associated with this request.Get the queuedTime property: Queued time.Get the requestId property: Request Id.Get the requestType property: Request type.Get the serverName property: Server name.status()Get the status property: Operation status.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ImportExportOperationResultInner
public ImportExportOperationResultInner()Creates an instance of ImportExportOperationResultInner class.
-
-
Method Details
-
requestId
Get the requestId property: Request Id.- Returns:
- the requestId value.
-
requestType
Get the requestType property: Request type.- Returns:
- the requestType value.
-
queuedTime
Get the queuedTime property: Queued time.- Returns:
- the queuedTime value.
-
lastModifiedTime
Get the lastModifiedTime property: Last modified time.- Returns:
- the lastModifiedTime value.
-
blobUri
Get the blobUri property: Blob Uri.- Returns:
- the blobUri value.
-
serverName
Get the serverName property: Server name.- Returns:
- the serverName value.
-
databaseName
Get the databaseName property: Database name.- Returns:
- the databaseName value.
-
status
Get the status property: Operation status.- Returns:
- the status value.
-
errorMessage
Get the errorMessage property: Error message.- Returns:
- the errorMessage value.
-
privateEndpointConnections
Get the privateEndpointConnections property: Gets the status of private endpoints associated with this request.- Returns:
- the privateEndpointConnections value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-