ManagedInstanceOperationProperties interface
受管理實例操作的特性。
屬性
| description | 作業描述。 |
| error |
操作錯誤代碼。 |
| error |
操作錯誤描述。 |
| error |
操作錯誤的嚴重程度。 |
| estimated |
預計完成時間。 |
| is |
手術是否能取消。 |
| is |
不管這個錯誤是不是使用者錯誤。 |
| managed |
操作執行的受管理實例名稱。 |
| operation | 作業的名稱。 |
| operation |
這個行動的友善名稱。 |
| operation |
操作參數。 |
| operation |
手術步驟。 |
| percent |
完成的操作百分比。 |
| start |
作業開始時間。 |
| state | 作業狀態。 |
屬性詳細資料
description
作業描述。
description?: string
屬性值
string
errorCode
操作錯誤代碼。
errorCode?: number
屬性值
number
errorDescription
操作錯誤描述。
errorDescription?: string
屬性值
string
errorSeverity
操作錯誤的嚴重程度。
errorSeverity?: number
屬性值
number
estimatedCompletionTime
預計完成時間。
estimatedCompletionTime?: Date
屬性值
Date
isCancellable
手術是否能取消。
isCancellable?: boolean
屬性值
boolean
isUserError
不管這個錯誤是不是使用者錯誤。
isUserError?: boolean
屬性值
boolean
managedInstanceName
操作執行的受管理實例名稱。
managedInstanceName?: string
屬性值
string
operation
作業的名稱。
operation?: string
屬性值
string
operationFriendlyName
這個行動的友善名稱。
operationFriendlyName?: string
屬性值
string
operationParameters
操作參數。
operationParameters?: ManagedInstanceOperationParametersPair
屬性值
operationSteps
percentComplete
完成的操作百分比。
percentComplete?: number
屬性值
number
startTime
作業開始時間。
startTime?: Date
屬性值
Date
state
作業狀態。
state?: string
屬性值
string