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.Runtime.Info(Description="This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleDownMode) }, ReadOnly=false, Required=false, SerializedName="scaleDownMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleDownMode? ScaleDownMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleDownMode) }, ReadOnly=false, Required=false, SerializedName="scaleDownMode")>]
member this.ScaleDownMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleDownMode> with get, set
Public Property ScaleDownMode As Nullable(Of ScaleDownMode)
Property Value
- Attributes