RollingUpgradeProgressInfo.FailedInstanceCount Property

Definition

Gets the number of instances that have failed to be upgraded successfully.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to