Share via


NodeTypeUpdateParameters.VmInstanceCount Property

Definition

Gets or sets the number of nodes in the node type. This count should match the capacity property in the corresponding VirtualMachineScaleSet resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to