Share via


NodeTypeDescription.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="vmInstanceCount")]
public int VmInstanceCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vmInstanceCount")>]
member this.VmInstanceCount : int with get, set
Public Property VmInstanceCount As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to