Partager via


CloudPool.AutoScaleEvaluationInterval Propriété

Définition

Obtient ou définit l’intervalle de temps auquel ajuster automatiquement la taille du pool en fonction de la formule de mise à l’échelle automatique.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Cette propriété est définie uniquement si le pool est automatiquement mis à l’échelle, c’est-à-dire si enableAutoScale a la valeur true.

S’applique à