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

AnomalyAlertConfiguration 类

定义

AnomalyAlertingConfiguration。

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

注解

若要创建异常警报配置,必须设置 属性 Name ,并在 中 MetricAlertConfigurations至少有一个元素,并将此实例传递给 方法 CreateAlertConfigurationAsync(AnomalyAlertConfiguration, CancellationToken)。 请注意,即使触发了警报,也不会收到有关警报的通知,除非创建 并将其 NotificationHook ID 传递给 IdsOfHooksToAlert

构造函数

AnomalyAlertConfiguration()

初始化 AnomalyAlertConfiguration 类的新实例。

属性

CrossMetricsOperator

在此实例中要应用的 MetricAlertConfiguration运算符。 如果在 中 MetricAlertConfigurations定义了至少两个配置,则必须设置此属性。

Description

AnomalyAlertConfiguration的说明。 默认为空字符串。

DimensionsToSplitAlert

默认情况下,一组引入的数据点只能触发单个警报,而不管它包含多少异常。 此属性允许将此警报拆分为多个警报。 此列表中的每个元素都必须包含一个维度名称,并且会为每个指定的维度触发单独的警报。 未在此列表中指定的维度将分组到单个警报中。

Id

AnomalyAlertConfiguration的唯一标识符。

IdsOfHooksToAlert

此配置触发警报时要通知 的 的唯一标识符 NotificationHook

MetricAlertConfigurations

指定检测到的异常必须满足的一组规则才能包含在警报中的配置。

Name

要显示在触发的警报上的自定义 AnomalyAlertConfiguration 名称。 对于同一数据馈送,警报配置名称必须是唯一的。

适用于