Class UpgradeChannel


  • public final class UpgradeChannel
    extends com.azure.core.util.ExpandableStringEnum<UpgradeChannel>
    Defines values for UpgradeChannel.
    • 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.
    • Constructor Detail

      • UpgradeChannel

        public 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.