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