Compartir a través de


VirtualMachineScaleSet.SinglePlacementGroup Propiedad

Definición

Obtiene o establece cuando true limita el conjunto de escalado a un único grupo de selección de ubicación, de tamaño máximo de 100 máquinas virtuales. NOTA: Si singlePlacementGroup es true, se puede modificar en false. Sin embargo, si singlePlacementGroup es false, no se puede cambiar a true.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.singlePlacementGroup")]
public bool? SinglePlacementGroup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.singlePlacementGroup")>]
member this.SinglePlacementGroup : Nullable<bool> with get, set
Public Property SinglePlacementGroup As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a