Class ElasticPoolOperationInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ElasticPoolOperationInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ElasticPoolOperationInner
extends com.azure.core.management.ProxyResource
A elastic pool operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ElasticPoolOperationInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The operation description.Get the elasticPoolName property: The name of the elastic pool the operation is being performed on.Get the errorCode property: The operation error code.Get the errorDescription property: The operation error description.Get the errorSeverity property: The operation error severity.Get the estimatedCompletionTime property: The estimated completion time of the operation.Get the isCancellable property: Whether the operation can be cancelled.Get the isUserError property: Whether or not the error is a user error.Get the operation property: The name of operation.Get the operationFriendlyName property: The friendly name of operation.Get the percentComplete property: The percentage of the operation completed.Get the serverName property: The name of the server.Get the startTime property: The operation start time.state()Get the state property: The operation state.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ElasticPoolOperationInner
public ElasticPoolOperationInner()Creates an instance of ElasticPoolOperationInner class.
-
-
Method Details
-
elasticPoolName
Get the elasticPoolName property: The name of the elastic pool the operation is being performed on.- Returns:
- the elasticPoolName value.
-
operation
Get the operation property: The name of operation.- Returns:
- the operation value.
-
operationFriendlyName
Get the operationFriendlyName property: The friendly name of operation.- Returns:
- the operationFriendlyName value.
-
percentComplete
Get the percentComplete property: The percentage of the operation completed.- Returns:
- the percentComplete value.
-
serverName
Get the serverName property: The name of the server.- Returns:
- the serverName value.
-
startTime
Get the startTime property: The operation start time.- Returns:
- the startTime value.
-
state
Get the state property: The operation state.- Returns:
- the state value.
-
errorCode
Get the errorCode property: The operation error code.- Returns:
- the errorCode value.
-
errorDescription
Get the errorDescription property: The operation error description.- Returns:
- the errorDescription value.
-
errorSeverity
Get the errorSeverity property: The operation error severity.- Returns:
- the errorSeverity value.
-
isUserError
Get the isUserError property: Whether or not the error is a user error.- Returns:
- the isUserError value.
-
estimatedCompletionTime
Get the estimatedCompletionTime property: The estimated completion time of the operation.- Returns:
- the estimatedCompletionTime value.
-
description
Get the description property: The operation description.- Returns:
- the description value.
-
isCancellable
Get the isCancellable property: Whether the operation can be cancelled.- Returns:
- the isCancellable value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-