你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudPool.AutoScaleEnabled 属性

定义

获取或设置池大小是否应根据 AutoScaleFormula自动调整。

public bool? AutoScaleEnabled { get; set; }
member this.AutoScaleEnabled : Nullable<bool> with get, set
Public Property AutoScaleEnabled As Nullable(Of Boolean)

属性值

注解

如果为 true, AutoScaleFormula 则属性是必需的,池将根据公式自动调整大小,并且 TargetDedicatedComputeNodesTargetLowPriorityComputeNodes 必须为 null。

如果为 false,则需要一个 TargetDedicatedComputeNodesTargetLowPriorityComputeNodes 属性。

默认值为 false。

适用于