AzureIaaSVMJobTaskDetails interface

Azure IaaS VM workload-specific job task details.

Properties

duration

Time elapsed for task.

endTime

The end time.

instanceId

The instanceId.

progressPercentage

Progress of the task.

startTime

The start time.

status

The status.

taskExecutionDetails

Details about execution of the task. eg: number of bytes transferred etc

taskId

The task display name.

Property Details

duration

Time elapsed for task.

duration?: string

Property Value

string

endTime

The end time.

endTime?: Date

Property Value

Date

instanceId

The instanceId.

instanceId?: string

Property Value

string

progressPercentage

Progress of the task.

progressPercentage?: number

Property Value

number

startTime

The start time.

startTime?: Date

Property Value

Date

status

The status.

status?: string

Property Value

string

taskExecutionDetails

Details about execution of the task. eg: number of bytes transferred etc

taskExecutionDetails?: string

Property Value

string

taskId

The task display name.

taskId?: string

Property Value

string