你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MabJobTaskDetails interface
MAB workload-specific job task details.
Properties
duration | Time elapsed for task. |
end |
The end time. |
start |
The start time. |
status | The status. |
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
startTime
The start time.
startTime?: Date
Property Value
Date
status
The status.
status?: string
Property Value
string
taskId
The task display name.
taskId?: string
Property Value
string