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