public class ManagedInstanceOperationInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ManagedInstanceOperationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The operation description.
|
Integer |
errorCode()
Get the errorCode property: The operation error code.
|
String |
errorDescription()
Get the errorDescription property: The operation error description.
|
Integer |
errorSeverity()
Get the errorSeverity property: The operation error severity.
|
OffsetDateTime |
estimatedCompletionTime()
Get the estimatedCompletionTime property: The estimated completion time of the operation.
|
Boolean |
isCancellable()
Get the isCancellable property: Whether the operation can be cancelled.
|
Boolean |
isUserError()
Get the isUserError property: Whether or not the error is a user error.
|
String |
managedInstanceName()
Get the managedInstanceName property: The name of the managed instance the operation is being performed on.
|
String |
operation()
Get the operation property: The name of operation.
|
String |
operationFriendlyName()
Get the operationFriendlyName property: The friendly name of operation.
|
Integer |
percentComplete()
Get the percentComplete property: The percentage of the operation completed.
|
OffsetDateTime |
startTime()
Get the startTime property: The operation start time.
|
ManagementOperationState |
state()
Get the state property: The operation state.
|
void |
validate()
Validates the instance.
|
public String managedInstanceName()
public String operation()
public String operationFriendlyName()
public Integer percentComplete()
public OffsetDateTime startTime()
public ManagementOperationState state()
public Integer errorCode()
public String errorDescription()
public Integer errorSeverity()
public Boolean isUserError()
public OffsetDateTime estimatedCompletionTime()
public String description()
public Boolean isCancellable()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.