IManagedCluster.SkuTier 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.
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://learn.microsoft.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? SkuTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.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.SkuTier : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuTier> with get, set
Public Property SkuTier As Nullable(Of ManagedClusterSkuTier)
Property Value
- Attributes