RollingUpgradeProgressInfo.PendingInstanceCount プロパティ

定義

まだアップグレードを開始していないインスタンスの数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象