Share via


UpdateSummary.LastCompletedInstallJobDateTime Property

Definition

Gets the time when the last Install job was completed (success/cancelled/failed) on the appliance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to