你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureIaaSVMJobExtendedInfo interface

Azure IaaS VM workload-specific additional information for job.

Properties

dynamicErrorMessage

Non localized error message on job execution.

estimatedRemainingDuration

Time remaining for execution of this job.

internalPropertyBag

Job internal properties.

progressPercentage

Indicates progress of the job. Null if it has not started or completed.

propertyBag

Job properties.

tasksList

List of tasks associated with this job.

Property Details

dynamicErrorMessage

Non localized error message on job execution.

dynamicErrorMessage?: string

Property Value

string

estimatedRemainingDuration

Time remaining for execution of this job.

estimatedRemainingDuration?: string

Property Value

string

internalPropertyBag

Job internal properties.

internalPropertyBag?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

progressPercentage

Indicates progress of the job. Null if it has not started or completed.

progressPercentage?: number

Property Value

number

propertyBag

Job properties.

propertyBag?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

tasksList

List of tasks associated with this job.

tasksList?: AzureIaaSVMJobTaskDetails[]

Property Value