RollingUpgradeProgressInfo.SuccessfulInstanceCount プロパティ

定義

正常にアップグレードされたインスタンスの数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象