共用方式為


Essentials.MonitorConditionResolvedDateTime Property

Definition

Gets resolved time(ISO-8601 format) of alert instance. This will be updated when monitor service resolves the alert instance because the rule condition is no longer met.

[Newtonsoft.Json.JsonProperty(PropertyName="monitorConditionResolvedDateTime")]
public DateTime? MonitorConditionResolvedDateTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="monitorConditionResolvedDateTime")>]
member this.MonitorConditionResolvedDateTime : Nullable<DateTime>
Public ReadOnly Property MonitorConditionResolvedDateTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to