MetricAlertConfiguration.UseDetectionResultToFilterAnomalies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set to true
, this MetricAlertConfiguration cannot be used to add anomalies
to an alert directly. Instead, it will only be used as a filter to its containing
AnomalyAlertConfiguration, filtering out anomalies that shouldn't be added to the alert.
If an anomaly does not satisfy the conditions set by this configuration, it can't be added to the
alert. Defaults to false
.
public bool? UseDetectionResultToFilterAnomalies { get; set; }
member this.UseDetectionResultToFilterAnomalies : Nullable<bool> with get, set
Public Property UseDetectionResultToFilterAnomalies As Nullable(Of Boolean)
Property Value
Remarks
Be aware that, if you set this property to true
and have no other configurations in MetricAlertConfigurations, alerts will never be triggered.
Applies to
Azure SDK for .NET