你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IManagedCluster.SkuTier 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://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

Applies to