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

PSNodePool.ScaleDownMode Property

Definition

Gets or sets the scale down mode to use when scaling the Agent Pool.

public string ScaleDownMode { get; set; }
member this.ScaleDownMode : string with get, set
Public Property ScaleDownMode As String

Property Value

Remarks

This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Possible values include: 'Delete', 'Deallocate'

Applies to