AnomalyAlertConfiguration.MetricAlertConfigurations Property

Definition

The configurations that specify a set of rules a detected anomaly must satisfy to be included in an alert.

public System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.MetricAlertConfiguration> MetricAlertConfigurations { get; }
member this.MetricAlertConfigurations : System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.MetricAlertConfiguration>
Public ReadOnly Property MetricAlertConfigurations As IList(Of MetricAlertConfiguration)

Property Value

Remarks

If you're using at least two metric alert configurations, you need to set the property CrossMetricsOperator.

Applies to