ClusterResizeParameters.TargetInstanceCount Property

Definition

Gets or sets the target instance count for the operation.

[Newtonsoft.Json.JsonProperty(PropertyName="targetInstanceCount")]
public int? TargetInstanceCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetInstanceCount")>]
member this.TargetInstanceCount : Nullable<int> with get, set
Public Property TargetInstanceCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to