AzureIaaSVMJobExtendedInfo interface
適用於作業的 Azure IaaS VM 工作負載特定額外資訊。
屬性
dynamic |
作業執行時未本地化的錯誤訊息。 |
estimated |
此作業執行剩餘的時間。 |
internal |
作業內部屬性。 |
progress |
表示作業的進度。 如果尚未啟動或完成,則為 Null。 |
property |
作業屬性。 |
tasks |
與此作業相關聯的工作清單。 |
屬性詳細資料
dynamicErrorMessage
作業執行時未本地化的錯誤訊息。
dynamicErrorMessage?: string
屬性值
string
estimatedRemainingDuration
此作業執行剩餘的時間。
estimatedRemainingDuration?: string
屬性值
string
internalPropertyBag
作業內部屬性。
internalPropertyBag?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
progressPercentage
表示作業的進度。 如果尚未啟動或完成,則為 Null。
progressPercentage?: number
屬性值
number
propertyBag
作業屬性。
propertyBag?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}