共用方式為


RollingUpgradeProgressInfo.PendingInstanceCount Property

Definition

Gets the number of instances that have not yet begun to be upgraded.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to