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

CloudPool.TargetLowPriorityComputeNodes 属性

定义

获取或设置池中所需的低优先级计算节点数。

public int? TargetLowPriorityComputeNodes { get; set; }
member this.TargetLowPriorityComputeNodes : Nullable<int> with get, set
Public Property TargetLowPriorityComputeNodes As Nullable(Of Integer)

属性值

注解

如果 AutoScaleEnabled 设置为 true,则无法指定此设置。 如果 AutoScaleEnabled 为 false,则必须至少指定 和 TargetDedicatedComputeNodes 此属性之一。 如果未指定,则默认值为 0。

适用于