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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET