ManagedCluster.AutoScalerProfileScaleDownUtilizationThreshold 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.
Node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down. The default is '0.5'.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)]
public string AutoScalerProfileScaleDownUtilizationThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)>]
member this.AutoScalerProfileScaleDownUtilizationThreshold : string with get, set
Public Property AutoScalerProfileScaleDownUtilizationThreshold As String
Property Value
Implements
- Attributes