IManagedClusterProperties.SupportPlan 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.
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