Compartir a través de


ManagedClusterAutoUpgradeProfile Constructors

Definition

Overloads

ManagedClusterAutoUpgradeProfile()

Initializes a new instance of the ManagedClusterAutoUpgradeProfile class.

ManagedClusterAutoUpgradeProfile(String)

Initializes a new instance of the ManagedClusterAutoUpgradeProfile class.

ManagedClusterAutoUpgradeProfile()

Initializes a new instance of the ManagedClusterAutoUpgradeProfile class.

public ManagedClusterAutoUpgradeProfile ();
Public Sub New ()

Applies to

ManagedClusterAutoUpgradeProfile(String)

Initializes a new instance of the ManagedClusterAutoUpgradeProfile class.

public ManagedClusterAutoUpgradeProfile (string upgradeChannel = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAutoUpgradeProfile : string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterAutoUpgradeProfile
Public Sub New (Optional upgradeChannel As String = Nothing)

Parameters

upgradeChannel
String

For more information see setting the AKS cluster auto-upgrade channel. Possible values include: 'rapid', 'stable', 'patch', 'node-image', 'none'

Applies to