ArmContainerServiceModelFactory.ManagedClusterAutoUpgradeProfile Method
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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterAutoUpgradeProfile ManagedClusterAutoUpgradeProfile(Azure.ResourceManager.ContainerService.Models.UpgradeChannel? upgradeChannel = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterNodeOSUpgradeChannel? nodeOSUpgradeChannel = default);
static member ManagedClusterAutoUpgradeProfile : Nullable<Azure.ResourceManager.ContainerService.Models.UpgradeChannel> * Nullable<Azure.ResourceManager.ContainerService.Models.ManagedClusterNodeOSUpgradeChannel> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterAutoUpgradeProfile
Public Shared Function ManagedClusterAutoUpgradeProfile (Optional upgradeChannel As Nullable(Of UpgradeChannel) = Nothing, Optional nodeOSUpgradeChannel As Nullable(Of ManagedClusterNodeOSUpgradeChannel) = Nothing) As ManagedClusterAutoUpgradeProfile
Parameters
- upgradeChannel
- Nullable<UpgradeChannel>
The upgrade channel for auto upgrade. The default is 'none'. For more information see setting the AKS cluster auto-upgrade channel.
- nodeOSUpgradeChannel
- Nullable<ManagedClusterNodeOSUpgradeChannel>
Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage.
Returns
A new ManagedClusterAutoUpgradeProfile instance for mocking.