다음을 통해 공유


PatchInstallationDetail.InstallationState Property

Definition

Gets the state of the patch after the installation operation completed. Possible values include: 'Unknown', 'Installed', 'Failed', 'Excluded', 'NotSelected', 'Pending'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to