你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AbnormalTimePeriod 类
表示诊断中标识的异常时间段的类。
- 继承
-
azure.mgmt.web._serialization.ModelAbnormalTimePeriod
构造函数
AbnormalTimePeriod(*, start_time: datetime | None = None, end_time: datetime | None = None, events: List[_models.DetectorAbnormalTimePeriod] | None = None, solutions: List[_models.Solution] | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
start_time
|
停机时间的开始时间。 |
end_time
|
停机时间的结束时间。 |
events
|
停机的可能原因列表。 |
solutions
|
建议的解决方案列表。 |
变量
名称 | 说明 |
---|---|
start_time
|
停机时间的开始时间。 |
end_time
|
停机时间的结束时间。 |
events
|
停机的可能原因列表。 |
solutions
|
建议的解决方案列表。 |