Dela via


IManagedClusterSku.Name Property

Definition

The name of a managed cluster SKU.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The name of a managed cluster SKU.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuName) }, ReadOnly=false, Required=false, SerializedName="name")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuName? Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The name of a managed cluster SKU.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuName) }, ReadOnly=false, Required=false, SerializedName="name")>]
member this.Name : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuName> with get, set
Public Property Name As Nullable(Of ManagedClusterSkuName)

Property Value

Attributes

Applies to