Compartilhar via


IManagedClusterProperties.SupportPlan Property

Definition

The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "KubernetesOfficial", "AKSLongTermSupport" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportPlan", Update=true)]
public string SupportPlan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "KubernetesOfficial", "AKSLongTermSupport" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportPlan", Update=true)>]
member this.SupportPlan : string with get, set
Public Property SupportPlan As String

Property Value

Attributes

Applies to