你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiagnosticAnalysis 类
表示对应用程序执行的诊断分析的类。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResourceDiagnosticAnalysis
构造函数
DiagnosticAnalysis(*, kind: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, abnormal_time_periods: List[_models.AbnormalTimePeriod] | None = None, payload: List[_models.AnalysisData] | None = None, non_correlated_detectors: List[_models.DetectorDefinition] | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
kind
|
资源类型。 |
start_time
|
时间段的开始时间。 |
end_time
|
时间段的结束时间。 |
abnormal_time_periods
|
时间段列表。 |
payload
|
每个检测器的数据。 |
non_correlated_detectors
|
每个检测器未核心的检测器的数据。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
资源名称。 |
kind
|
资源类型。 |
type
|
资源类型。 |
start_time
|
时间段的开始时间。 |
end_time
|
时间段的结束时间。 |
abnormal_time_periods
|
时间段列表。 |
payload
|
每个检测器的数据。 |
non_correlated_detectors
|
每个检测器未核心的检测器的数据。 |