Essentials.MonitorCondition Property

Definition

Gets condition of the rule at the monitor service. It represents whether the underlying conditions have crossed the defined alert rule thresholds. Possible values include: 'Fired', 'Resolved'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to