Class UpgradeChannel
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<UpgradeChannel>
-
- com.azure.resourcemanager.containerservice.models.UpgradeChannel
-
public final class UpgradeChannel extends com.azure.core.util.ExpandableStringEnum<UpgradeChannel>
Defines values for UpgradeChannel.
-
-
Field Summary
Fields Modifier and Type Field Description static UpgradeChannelNODE_IMAGEStatic value node-image for UpgradeChannel.static UpgradeChannelNONEStatic value none for UpgradeChannel.static UpgradeChannelPATCHStatic value patch for UpgradeChannel.static UpgradeChannelRAPIDStatic value rapid for UpgradeChannel.static UpgradeChannelSTABLEStatic value stable for UpgradeChannel.
-
Constructor Summary
Constructors Constructor Description UpgradeChannel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UpgradeChannelfromString(String name)Creates or finds a UpgradeChannel from its string representation.static Collection<UpgradeChannel>values()
-
-
-
Field Detail
-
RAPID
public static final UpgradeChannel RAPID
Static value rapid for UpgradeChannel.
-
STABLE
public static final UpgradeChannel STABLE
Static value stable for UpgradeChannel.
-
PATCH
public static final UpgradeChannel PATCH
Static value patch for UpgradeChannel.
-
NODE_IMAGE
public static final UpgradeChannel NODE_IMAGE
Static value node-image for UpgradeChannel.
-
NONE
public static final UpgradeChannel NONE
Static value none for UpgradeChannel.
-
-
Method Detail
-
fromString
public static UpgradeChannel fromString(String name)
Creates or finds a UpgradeChannel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UpgradeChannel.
-
values
public static Collection<UpgradeChannel> values()
- Returns:
- known UpgradeChannel values.
-
-