AzureIaaSVMJobTaskDetails interface
Azure IaaS VM workload-specific job task details.
Properties
duration | Time elapsed for task. |
end |
The end time. |
instance |
The instanceId. |
progress |
Progress of the task. |
start |
The start time. |
status | The status. |
task |
Details about execution of the task. eg: number of bytes transferred etc |
task |
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