RollingUpgradeProgressInfo.SuccessfulInstanceCount Property

Definition

Gets the number of instances that have been successfully upgraded.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to