ManagedClusterAutoUpgradeProfile Constructors
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.
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'