IManagedClusterAgentPoolProfileProperties.ScaleSetEvictionPolicy 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 cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetEvictionPolicy) }, ReadOnly=false, Required=false, SerializedName="scaleSetEvictionPolicy")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetEvictionPolicy? ScaleSetEvictionPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetEvictionPolicy) }, ReadOnly=false, Required=false, SerializedName="scaleSetEvictionPolicy")>]
member this.ScaleSetEvictionPolicy : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetEvictionPolicy> with get, set
Public Property ScaleSetEvictionPolicy As Nullable(Of ScaleSetEvictionPolicy)
Property Value
- Attributes