Uses of Class
com.azure.resourcemanager.containerservice.models.UpgradeChannel
Packages that use UpgradeChannel
Package
Description
Package containing the data models for ContainerService.
-
Uses of UpgradeChannel in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type UpgradeChannel in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe upgrade channel for auto upgrade.Fields in com.azure.resourcemanager.containerservice.models declared as UpgradeChannelModifier and TypeFieldDescriptionstatic final UpgradeChannelUpgradeChannel.NODE_IMAGEAutomatically upgrade the node image to the latest version available.static final UpgradeChannelUpgradeChannel.NONEDisables auto-upgrades and keeps the cluster at its current version of Kubernetes.static final UpgradeChannelUpgradeChannel.PATCHAutomatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same.static final UpgradeChannelUpgradeChannel.RAPIDAutomatically upgrade the cluster to the latest supported patch release on the latest supported minor version.static final UpgradeChannelUpgradeChannel.STABLEAutomatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version.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: The upgrade channel for auto upgrade.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: The upgrade channel for auto upgrade.