ManagedInstanceOperation interface
A managed instance operation.
- Extends
Properties
| description | The operation description. NOTE: This property will not be serialized. It can only be populated by the server. |
| error |
The operation error code. NOTE: This property will not be serialized. It can only be populated by the server. |
| error |
The operation error description. NOTE: This property will not be serialized. It can only be populated by the server. |
| error |
The operation error severity. NOTE: This property will not be serialized. It can only be populated by the server. |
| estimated |
The estimated completion time of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
Whether the operation can be cancelled. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
Whether or not the error is a user error. NOTE: This property will not be serialized. It can only be populated by the server. |
| managed |
The name of the managed instance the operation is being performed on. NOTE: This property will not be serialized. It can only be populated by the server. |
| operation | The name of operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| operation |
The friendly name of operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| operation |
The operation parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
| operation |
The operation steps. NOTE: This property will not be serialized. It can only be populated by the server. |
| percent |
The percentage of the operation completed. NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
The operation start time. NOTE: This property will not be serialized. It can only be populated by the server. |
| state | The operation state. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The operation description. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
errorCode
The operation error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: number
Property Value
number
errorDescription
The operation error description. NOTE: This property will not be serialized. It can only be populated by the server.
errorDescription?: string
Property Value
string
errorSeverity
The operation error severity. NOTE: This property will not be serialized. It can only be populated by the server.
errorSeverity?: number
Property Value
number
estimatedCompletionTime
The estimated completion time of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
estimatedCompletionTime?: Date
Property Value
Date
isCancellable
Whether the operation can be cancelled. NOTE: This property will not be serialized. It can only be populated by the server.
isCancellable?: boolean
Property Value
boolean
isUserError
Whether or not the error is a user error. NOTE: This property will not be serialized. It can only be populated by the server.
isUserError?: boolean
Property Value
boolean
managedInstanceName
The name of the managed instance the operation is being performed on. NOTE: This property will not be serialized. It can only be populated by the server.
managedInstanceName?: string
Property Value
string
operation
The name of operation. NOTE: This property will not be serialized. It can only be populated by the server.
operation?: string
Property Value
string
operationFriendlyName
The friendly name of operation. NOTE: This property will not be serialized. It can only be populated by the server.
operationFriendlyName?: string
Property Value
string
operationParameters
The operation parameters. NOTE: This property will not be serialized. It can only be populated by the server.
operationParameters?: ManagedInstanceOperationParametersPair
Property Value
operationSteps
The operation steps. NOTE: This property will not be serialized. It can only be populated by the server.
operationSteps?: ManagedInstanceOperationSteps
Property Value
percentComplete
The percentage of the operation completed. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
startTime
The operation start time. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
state
The operation state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type