AgentPool.ScaleDownMode Property

Definition

Gets or sets the scale down mode to use when scaling the Agent Pool. This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. Possible values include: 'Delete', 'Deallocate'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleDownMode")]
public string ScaleDownMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleDownMode")>]
member this.ScaleDownMode : string with get, set
Public Property ScaleDownMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to