共用方式為


ConnectivityStatusContract.LastUpdated Property

Definition

Gets or sets the date when the resource connectivity status was last updated. This status should be updated every 15 minutes. If this status has not been updated, then it means that the service has lost network connectivity to the resource, from inside the Virtual Network.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to