DynamicThresholdFailingPeriods.MinFailingPeriodsToAlert Property

Definition

Gets or sets the number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.

[Newtonsoft.Json.JsonProperty(PropertyName="minFailingPeriodsToAlert")]
public double MinFailingPeriodsToAlert { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minFailingPeriodsToAlert")>]
member this.MinFailingPeriodsToAlert : double with get, set
Public Property MinFailingPeriodsToAlert As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to