UpdateSummary.LastCompletedInstallJobDateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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