Aracılığıyla paylaş


ConnectivityStatusContract.LastStatusChange Property

Definition

Gets or sets the date when the resource connectivity status last Changed from success to failure or vice-versa. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

[Newtonsoft.Json.JsonProperty(PropertyName="lastStatusChange")]
public DateTime LastStatusChange { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastStatusChange")>]
member this.LastStatusChange : DateTime with get, set
Public Property LastStatusChange As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to