Compartir a través de


NodeTypeUpdateParameters.VmInstanceCount Propiedad

Definición

Obtiene o establece el número de nodos del tipo de nodo. Este recuento debe coincidir con la propiedad capacity del recurso VirtualMachineScaleSet correspondiente.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a