你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiagnosticDetectorResponse 类
表示来自诊断检测器的响应的类。
变量仅由服务器填充,发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResourceDiagnosticDetectorResponse
构造函数
DiagnosticDetectorResponse(*, kind: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, issue_detected: bool | None = None, detector_definition: _models.DetectorDefinition | None = None, metrics: List[_models.DiagnosticMetricSet] | None = None, abnormal_time_periods: List[_models.DetectorAbnormalTimePeriod] | None = None, data: List[List[_models.NameValuePair]] | None = None, response_meta_data: _models.ResponseMetaData | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
kind
|
资源类型。 |
start_time
|
时间段的开始时间。 |
end_time
|
时间段的结束时间。 |
issue_detected
|
检测到表示问题的标志。 |
detector_definition
|
检测器的定义。 |
metrics
|
检测器提供的指标。 |
abnormal_time_periods
|
检测器找到的相关事件的列表。 |
data
|
检测器要发送的其他数据。 |
response_meta_data
|
元数据。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
资源名称。 |
kind
|
资源类型。 |
type
|
资源类型。 |
start_time
|
时间段的开始时间。 |
end_time
|
时间段的结束时间。 |
issue_detected
|
检测到表示问题的标志。 |
detector_definition
|
检测器的定义。 |
metrics
|
检测器提供的指标。 |
abnormal_time_periods
|
检测器找到的相关事件的列表。 |
data
|
检测器要发送的其他数据。 |
response_meta_data
|
元数据。 |