次の方法で共有


VirtualMachineInstallPatchesResult.PendingPatchCount プロパティ

定義

インストール条件を満たしていると識別されたが、インストールできなかったパッチの数を取得します。 通常、これは maintenanceWindowExceeded == true の場合に発生します。

[Newtonsoft.Json.JsonProperty(PropertyName="pendingPatchCount")]
public int? PendingPatchCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pendingPatchCount")>]
member this.PendingPatchCount : Nullable<int>
Public ReadOnly Property PendingPatchCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象