次の方法で共有


PatchInstallationDetail.InstallationState プロパティ

定義

インストール操作が完了した後のパッチの状態を取得します。 使用可能な値には、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象