你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RepairTaskHistory
修复任务进入每个状态的时间记录。
此类型支持 Service Fabric 平台;它不应直接在代码中使用。
属性
名称 | 类型 | 必需 |
---|---|---|
CreatedUtcTimestamp |
字符串(日期时间) | 否 |
ClaimedUtcTimestamp |
字符串(日期时间) | 否 |
PreparingUtcTimestamp |
字符串(日期时间) | 否 |
ApprovedUtcTimestamp |
字符串(日期时间) | 否 |
ExecutingUtcTimestamp |
字符串(日期时间) | 否 |
RestoringUtcTimestamp |
字符串(日期时间) | 否 |
CompletedUtcTimestamp |
字符串(日期时间) | 否 |
PreparingHealthCheckStartUtcTimestamp |
字符串(日期时间) | 否 |
PreparingHealthCheckEndUtcTimestamp |
字符串(日期时间) | 否 |
RestoringHealthCheckStartUtcTimestamp |
字符串(日期时间) | 否 |
RestoringHealthCheckEndUtcTimestamp |
字符串(日期时间) | 否 |
CreatedUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入“已创建”状态的时间。
ClaimedUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入“已声明”状态的时间。
PreparingUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入“准备”状态的时间。
ApprovedUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入“已批准”状态的时间
ExecutingUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入“正在执行”状态的时间
RestoringUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入还原状态的时间
CompletedUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务进入“已完成”状态的时间
PreparingHealthCheckStartUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务启动运行状况的时间检查处于“准备”状态。
PreparingHealthCheckEndUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务完成运行状况的时间检查处于“准备”状态。
RestoringHealthCheckStartUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务启动运行状况的时间检查处于还原状态。
RestoringHealthCheckEndUtcTimestamp
类型:字符串 (日期时间)
必需:否
修复任务完成运行状况的时间检查处于还原状态。