Class NodeOSUpgradeChannel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NodeOSUpgradeChannel>
com.azure.resourcemanager.containerservice.models.NodeOSUpgradeChannel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class NodeOSUpgradeChannel
extends com.azure.core.util.ExpandableStringEnum<NodeOSUpgradeChannel>
Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NodeOSUpgradeChannelStatic value NodeImage for NodeOSUpgradeChannel.static final NodeOSUpgradeChannelStatic value None for NodeOSUpgradeChannel.static final NodeOSUpgradeChannelStatic value SecurityPatch for NodeOSUpgradeChannel.static final NodeOSUpgradeChannelStatic value Unmanaged for NodeOSUpgradeChannel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeOSUpgradeChannelfromString(String name) Creates or finds a NodeOSUpgradeChannel from its string representation.static Collection<NodeOSUpgradeChannel> values()Gets known NodeOSUpgradeChannel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for NodeOSUpgradeChannel. -
UNMANAGED
Static value Unmanaged for NodeOSUpgradeChannel. -
NODE_IMAGE
Static value NodeImage for NodeOSUpgradeChannel. -
SECURITY_PATCH
Static value SecurityPatch for NodeOSUpgradeChannel.
-
-
Constructor Details
-
NodeOSUpgradeChannel
Deprecated.Use thefromString(String)factory method.Creates a new instance of NodeOSUpgradeChannel value.
-
-
Method Details
-
fromString
Creates or finds a NodeOSUpgradeChannel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NodeOSUpgradeChannel.
-
values
Gets known NodeOSUpgradeChannel values.- Returns:
- known NodeOSUpgradeChannel values.
-
fromString(String)factory method.