InstancePoolOperationProperties interface
The properties of a instance pool operation.
Properties
| description | The operation description. |
| error |
The operation error code. |
| error |
The operation error description. |
| error |
The operation error severity. |
| error |
Error type (e.g. None, User). |
| estimated |
The estimated completion time of the operation. |
| instance |
The name of the instance pool the operation is being performed on. |
| is |
Whether the operation can be cancelled. |
| operation | The name of operation. |
| operation |
The friendly name of operation. |
| percent |
The percentage of the operation completed. |
| start |
The operation start time. |
| state | The operation state. |
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
errorType
Error type (e.g. None, User).
errorType?: string
Property Value
string
estimatedCompletionTime
The estimated completion time of the operation.
estimatedCompletionTime?: Date
Property Value
Date
instancePoolName
The name of the instance pool the operation is being performed on.
instancePoolName?: string
Property Value
string
isCancellable
Whether the operation can be cancelled.
isCancellable?: boolean
Property Value
boolean
operation
The name of operation.
operation?: string
Property Value
string
operationFriendlyName
The friendly name of operation.
operationFriendlyName?: string
Property Value
string
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