你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataPointAnomaly 类

定义

AnomalyResult。

public class DataPointAnomaly
type DataPointAnomaly = class
Public Class DataPointAnomaly
继承
DataPointAnomaly

属性

CreatedOn

创建此异常项的日期和时间(UTC)。 仅当调用 GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken)时,才会填充此属性。 对于其他重载,此属性将为 null

DataFeedId

检测到此异常的 DataFeed 的唯一标识符。 仅当调用 GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken)时,才会填充此属性。 对于其他重载,此属性将为 null

DetectionConfigurationId

检测到此异常的 AnomalyDetectionConfiguration 的唯一标识符。 仅当调用 GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken)时,才会填充此属性。 对于其他重载,此属性将为 null

ExpectedValue

根据服务的智能检测器,生成此异常的数据点的预期值。 null 如果历史点的数量不足以进行预测,或者如果 未检测到 SmartDetectionCondition此异常,则为 。

LastModified

上次修改此异常项的日期和时间(UTC)。 仅当调用 GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken)时,才会填充此属性。 对于其他重载,此属性将为 null

MetricId

检测到此异常的时序的唯一标识符 DataFeedMetric 。 仅当调用 GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken)时,才会填充此属性。 对于其他重载,此属性将为 null

SeriesKey

在指标中唯一标识检测到此异常的时序的键。 在此键中,将值分配给每个可能的维度。

Severity

检测到的异常的严重性,由服务评估。

Status

导致此 DataPointAnomaly的问题的状态。 仅当调用 GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken)GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken)时,才会填充此属性。 对于其他重载,此属性将为 null

Timestamp

生成此异常的数据点的时间戳(UTC),如 所述 DataFeed

Value

生成此异常的数据点的值。

适用于