ManagedInstanceOperation interface

A managed instance operation.

Extends

Properties

description

The operation description.

errorCode

The operation error code.

errorDescription

The operation error description.

errorSeverity

The operation error severity.

estimatedCompletionTime

The estimated completion time of the operation.

isCancellable

Whether the operation can be cancelled.

isUserError

Whether or not the error is a user error.

managedInstanceName

The name of the managed instance the operation is being performed on.

operation

The name of operation.

operationFriendlyName

The friendly name of operation.

operationParameters

The operation parameters.

operationSteps

The operation steps.

percentComplete

The percentage of the operation completed.

startTime

The operation start time.

state

The operation state.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

description

The operation description.

description?: string

Property Value

string

errorCode

The operation error code.

errorCode?: number

Property Value

number

errorDescription

The operation error description.

errorDescription?: string

Property Value

string

errorSeverity

The operation error severity.

errorSeverity?: number

Property Value

number

estimatedCompletionTime

The estimated completion time of the operation.

estimatedCompletionTime?: Date

Property Value

Date

isCancellable

Whether the operation can be cancelled.

isCancellable?: boolean

Property Value

boolean

isUserError

Whether or not the error is a user error.

isUserError?: boolean

Property Value

boolean

managedInstanceName

The name of the managed instance the operation is being performed on.

managedInstanceName?: string

Property Value

string

operation

The name of operation.

operation?: string

Property Value

string

operationFriendlyName

The friendly name of operation.

operationFriendlyName?: string

Property Value

string

operationParameters

The operation parameters.

operationParameters?: ManagedInstanceOperationParametersPair

Property Value

operationSteps

The operation steps.

operationSteps?: ManagedInstanceOperationSteps

Property Value

percentComplete

The percentage of the operation completed.

percentComplete?: number

Property Value

number

startTime

The operation start time.

startTime?: Date

Property Value

Date

state

The operation state.

state?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type