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 Details

    • NONE

      public static final NodeOSUpgradeChannel NONE
      Static value None for NodeOSUpgradeChannel.
    • UNMANAGED

      public static final NodeOSUpgradeChannel UNMANAGED
      Static value Unmanaged for NodeOSUpgradeChannel.
    • NODE_IMAGE

      public static final NodeOSUpgradeChannel NODE_IMAGE
      Static value NodeImage for NodeOSUpgradeChannel.
    • SECURITY_PATCH

      public static final NodeOSUpgradeChannel SECURITY_PATCH
      Static value SecurityPatch for NodeOSUpgradeChannel.
  • Constructor Details

    • NodeOSUpgradeChannel

      @Deprecated public NodeOSUpgradeChannel()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NodeOSUpgradeChannel value.
  • Method Details

    • fromString

      public static NodeOSUpgradeChannel fromString(String name)
      Creates or finds a NodeOSUpgradeChannel from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NodeOSUpgradeChannel.
    • values

      public static Collection<NodeOSUpgradeChannel> values()
      Gets known NodeOSUpgradeChannel values.
      Returns:
      known NodeOSUpgradeChannel values.