Uses of Class
com.azure.resourcemanager.containerservice.models.UpgradeChannel
Packages that use UpgradeChannel
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of UpgradeChannel in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as UpgradeChannelModifier and TypeFieldDescriptionstatic final UpgradeChannelUpgradeChannel.NODE_IMAGEStatic value node-image for UpgradeChannel.static final UpgradeChannelUpgradeChannel.NONEStatic value none for UpgradeChannel.static final UpgradeChannelUpgradeChannel.PATCHStatic value patch for UpgradeChannel.static final UpgradeChannelUpgradeChannel.RAPIDStatic value rapid for UpgradeChannel.static final UpgradeChannelUpgradeChannel.STABLEStatic value stable for UpgradeChannel.Methods in com.azure.resourcemanager.containerservice.models that return UpgradeChannelModifier and TypeMethodDescriptionstatic UpgradeChannelUpgradeChannel.fromString(String name) Creates or finds a UpgradeChannel from its string representation.ManagedClusterAutoUpgradeProfile.upgradeChannel()Get the upgradeChannel property: For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type UpgradeChannelModifier and TypeMethodDescriptionstatic Collection<UpgradeChannel> UpgradeChannel.values()Gets known UpgradeChannel values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type UpgradeChannelModifier and TypeMethodDescriptionManagedClusterAutoUpgradeProfile.withUpgradeChannel(UpgradeChannel upgradeChannel) Set the upgradeChannel property: For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).