Compartir a través de


CloudPool.EnableAutoScale Propiedad

Definición

Obtiene o establece si el tamaño del grupo se debe ajustar automáticamente con el tiempo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Si es false, se debe especificar al menos uno de targetDedicatedNodes y targetLowPriorityNodes. Si es true, se requiere la propiedad autoScaleFormula y el grupo cambia automáticamente el tamaño según la fórmula. El valor predeterminado es false.

Se aplica a