Udostępnij przez


IAgentPool.ScaleDownMode Property

Definition

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

Applies to