Essentials.MonitorCondition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET