Class UpgradeChannel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpgradeChannel>
com.azure.resourcemanager.containerservice.models.UpgradeChannel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The upgrade channel for auto upgrade. The default is 'none'. For more information see [setting the AKS cluster
auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UpgradeChannelStatic value node-image for UpgradeChannel.static final UpgradeChannelStatic value none for UpgradeChannel.static final UpgradeChannelStatic value patch for UpgradeChannel.static final UpgradeChannelStatic value rapid for UpgradeChannel.static final UpgradeChannelStatic value stable for UpgradeChannel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpgradeChannelfromString(String name) Creates or finds a UpgradeChannel from its string representation.static Collection<UpgradeChannel> values()Gets known UpgradeChannel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RAPID
Static value rapid for UpgradeChannel. -
STABLE
Static value stable for UpgradeChannel. -
PATCH
Static value patch for UpgradeChannel. -
NODE_IMAGE
Static value node-image for UpgradeChannel. -
NONE
Static value none for UpgradeChannel.
-
-
Constructor Details
-
UpgradeChannel
Deprecated.Use thefromString(String)factory method.Creates a new instance of UpgradeChannel value.
-
-
Method Details
-
fromString
Creates or finds a UpgradeChannel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UpgradeChannel.
-
values
Gets known UpgradeChannel values.- Returns:
- known UpgradeChannel values.
-
fromString(String)factory method.