DynamicMetricCriteria.AlertSensitivity Property

Definition

Gets or sets the extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern. Possible values include: 'Low', 'Medium', 'High'

[Newtonsoft.Json.JsonProperty(PropertyName="alertSensitivity")]
public string AlertSensitivity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alertSensitivity")>]
member this.AlertSensitivity : string with get, set
Public Property AlertSensitivity As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to