Freigeben über


IManagedClusterProperties.AutoUpgradeProfileUpgradeChannel Property

Definition

[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? AutoUpgradeProfileUpgradeChannel { 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.AutoUpgradeProfileUpgradeChannel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.UpgradeChannel> with get, set
Public Property AutoUpgradeProfileUpgradeChannel As Nullable(Of UpgradeChannel)

Property Value

Attributes

Applies to