MetricAnomalyAlertSnoozeCondition.IsOnlyForSuccessive 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 true
, snoozing only continues as long as the subsequent data points are anomalies. It will stop
as soon as a data point that's not an anomaly is found. If false
, snoozing only stops when the
amount of points specified by AutoSnooze have been ingested.
public bool IsOnlyForSuccessive { get; set; }
member this.IsOnlyForSuccessive : bool with get, set
Public Property IsOnlyForSuccessive As Boolean
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET