IManagedClusterAutoUpgradeProfile.UpgradeChannel 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.
For more information see setting the AKS cluster auto-upgrade channel.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.UpgradeChannel) }, ReadOnly=false, Required=false, SerializedName="upgradeChannel")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.UpgradeChannel? UpgradeChannel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.UpgradeChannel) }, ReadOnly=false, Required=false, SerializedName="upgradeChannel")>]
member this.UpgradeChannel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.UpgradeChannel> with get, set
Public Property UpgradeChannel As Nullable(Of UpgradeChannel)
Property Value
- Attributes