IAgentPool.ScaleDownMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Delete", "Deallocate" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scaleDownMode", Update=true)]
public string ScaleDownMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Delete", "Deallocate" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scaleDownMode", Update=true)>]
member this.ScaleDownMode : string with get, set
Public Property ScaleDownMode As String
Property Value
- Attributes