다음을 통해 공유


UpgradeDetails.LastUpdatedTimeUtc Property

Definition

Gets UTC time at which the upgrade operation status was last updated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to