AlertingAction.ThrottlingInMin Property

Definition

Gets or sets time (in minutes) for which Alerts should be throttled or suppressed.

[Newtonsoft.Json.JsonProperty(PropertyName="throttlingInMin")]
public int? ThrottlingInMin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="throttlingInMin")>]
member this.ThrottlingInMin : Nullable<int> with get, set
Public Property ThrottlingInMin As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to