共用方式為


UpdateSummary.LastInstallJobStatus Property

Definition

Gets jobStatus of the last ran install job. Possible values include: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused', 'Scheduled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastInstallJobStatus")]
public string LastInstallJobStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastInstallJobStatus")>]
member this.LastInstallJobStatus : string
Public ReadOnly Property LastInstallJobStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to