Essentials.MonitorConditionResolvedDateTime 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 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