Essentials.AlertRule Property

Definition

Gets rule(monitor) which fired alert instance. Depending on the monitor service, this would be ARM id or name of the rule.

[Newtonsoft.Json.JsonProperty(PropertyName="alertRule")]
public string AlertRule { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alertRule")>]
member this.AlertRule : string
Public ReadOnly Property AlertRule As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to