Sdílet prostřednictvím


IManagedClusterAutoUpgradeProfile.UpgradeChannel 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? 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

Applies to