IManagedClusterSku.Tier Property

Definition

If not specified, the default is 'Free'. See AKS Pricing Tier for more details.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="If not specified, the default is 'Free'. See [AKS Pricing Tier](https://video2.skills-academy.com/azure/aks/free-standard-pricing-tiers) for more details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTier) }, ReadOnly=false, Required=false, SerializedName="tier")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTier? Tier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="If not specified, the default is 'Free'. See [AKS Pricing Tier](https://video2.skills-academy.com/azure/aks/free-standard-pricing-tiers) for more details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTier) }, ReadOnly=false, Required=false, SerializedName="tier")>]
member this.Tier : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTier> with get, set
Public Property Tier As Nullable(Of ManagedClusterSkuTier)

Property Value

Attributes

Applies to