UpgradeDetails.EndTimeUtc Property

Definition

Gets UTC time at which the upgrade operation has ended.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to