你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DpmJobTaskDetails interface
DPM 工作负载特定的作业任务详细信息。
属性
duration | 任务经过的时间。 |
end |
结束时间。 |
start |
开始时间。 |
status | 状态。 |
task |
任务显示名称。 |
属性详细信息
duration
任务经过的时间。
duration?: string
属性值
string
endTime
结束时间。
endTime?: Date
属性值
Date
startTime
开始时间。
startTime?: Date
属性值
Date
status
状态。
status?: string
属性值
string
taskId
任务显示名称。
taskId?: string
属性值
string