Bagikan melalui


EndpointHealthData.LastKnownErrorTime Property

Definition

Gets or sets time at which the last known error occurred

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="lastKnownErrorTime")]
public DateTime? LastKnownErrorTime { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="lastKnownErrorTime")>]
member this.LastKnownErrorTime : Nullable<DateTime> with get, set
Public Property LastKnownErrorTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to