Class ManagedInstanceOperationInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceOperationInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ManagedInstanceOperationInner
extends com.azure.core.management.ProxyResource
A managed instance operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedInstanceOperationInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The operation description.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 managedInstanceName property: The name of the managed instance the operation is being performed on.Get the operation property: The name of operation.Get the operationFriendlyName property: The friendly name of operation.Get the operationParameters property: The operation parameters.Get the operationSteps property: The operation steps.Get the percentComplete property: The percentage of the operation completed.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
-
ManagedInstanceOperationInner
public ManagedInstanceOperationInner()Creates an instance of ManagedInstanceOperationInner class.
-
-
Method Details
-
managedInstanceName
Get the managedInstanceName property: The name of the managed instance the operation is being performed on.- Returns:
- the managedInstanceName 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.
-
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.
-
operationParameters
Get the operationParameters property: The operation parameters.- Returns:
- the operationParameters value.
-
operationSteps
Get the operationSteps property: The operation steps.- Returns:
- the operationSteps value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-