Compartir a través de


CloudPool.AutoScaleEvaluationInterval Propiedad

Definición

Obtiene o establece el intervalo de tiempo en el que ajustar automáticamente el tamaño del grupo según la fórmula de escalado automático.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Esta propiedad solo se establece si el grupo se escala automáticamente, es decir, enableAutoScale es true.

Se aplica a