NewOrUpdateAgentPoolBase.ScaleDownMode Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Delete", "Deallocate" })]
[System.Management.Automation.Parameter(HelpMessage="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.", Mandatory=false)]
public string ScaleDownMode { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Delete", "Deallocate" })>]
[<System.Management.Automation.Parameter(HelpMessage="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.", Mandatory=false)>]
member this.ScaleDownMode : string with get, set
Public Property ScaleDownMode As String

Property Value

Attributes

Applies to