共用方式為


AzureIaaSVMJobExtendedInfo interface

適用於作業的 Azure IaaS VM 工作負載特定額外資訊。

屬性

dynamicErrorMessage

作業執行時未本地化的錯誤訊息。

estimatedRemainingDuration

此作業執行剩餘的時間。

internalPropertyBag

作業內部屬性。

progressPercentage

表示作業的進度。 如果尚未啟動或完成,則為 Null。

propertyBag

作業屬性。

tasksList

與此作業相關聯的工作清單。

屬性詳細資料

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}

tasksList

與此作業相關聯的工作清單。

tasksList?: AzureIaaSVMJobTaskDetails[]

屬性值