ManagedInstanceOperationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedInstanceOperationInner
- com.
- com.
public final class ManagedInstanceOperationInner
extends ProxyResource
A managed instance operation.
Constructor Summary
Constructor | Description |
---|---|
ManagedInstanceOperationInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: The operation description. |
Integer |
errorCode()
Get the error |
String |
errorDescription()
Get the error |
Integer |
errorSeverity()
Get the error |
Offset |
estimatedCompletionTime()
Get the estimated |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Boolean |
isCancellable()
Get the is |
Boolean |
isUserError()
Get the is |
String |
managedInstanceName()
Get the managed |
String |
name()
Get the name property: The name of the resource. |
String |
operation()
Get the operation property: The name of operation. |
String |
operationFriendlyName()
Get the operation |
Managed |
operationParameters()
Get the operation |
Managed |
operationSteps()
Get the operation |
Integer |
percentComplete()
Get the percent |
Offset |
startTime()
Get the start |
Management |
state()
Get the state property: The operation state. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedInstanceOperationInner
public ManagedInstanceOperationInner()
Creates an instance of ManagedInstanceOperationInner class.
Method Details
description
public String description()
Get the description property: The operation description.
Returns:
errorCode
public Integer errorCode()
Get the errorCode property: The operation error code.
Returns:
errorDescription
public String errorDescription()
Get the errorDescription property: The operation error description.
Returns:
errorSeverity
public Integer errorSeverity()
Get the errorSeverity property: The operation error severity.
Returns:
estimatedCompletionTime
public OffsetDateTime estimatedCompletionTime()
Get the estimatedCompletionTime property: The estimated completion time of the operation.
Returns:
fromJson
public static ManagedInstanceOperationInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstanceOperationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedInstanceOperationInner.id()Returns:
isCancellable
public Boolean isCancellable()
Get the isCancellable property: Whether the operation can be cancelled.
Returns:
isUserError
public Boolean isUserError()
Get the isUserError property: Whether or not the error is a user error.
Returns:
managedInstanceName
public String managedInstanceName()
Get the managedInstanceName property: The name of the managed instance the operation is being performed on.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedInstanceOperationInner.name()Returns:
operation
public String operation()
Get the operation property: The name of operation.
Returns:
operationFriendlyName
public String operationFriendlyName()
Get the operationFriendlyName property: The friendly name of operation.
Returns:
operationParameters
public ManagedInstanceOperationParametersPair operationParameters()
Get the operationParameters property: The operation parameters.
Returns:
operationSteps
public ManagedInstanceOperationSteps operationSteps()
Get the operationSteps property: The operation steps.
Returns:
percentComplete
public Integer percentComplete()
Get the percentComplete property: The percentage of the operation completed.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The operation start time.
Returns:
state
public ManagementOperationState state()
Get the state property: The operation state.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedInstanceOperationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedInstanceOperationInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java