java.lang.Object
com.azure.core.util.ExpandableStringEnum<Mode>
com.azure.resourcemanager.hybridcontainerservice.models.Mode

public final class Mode extends com.azure.core.util.ExpandableStringEnum<Mode>
Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Mode
    Static value LB for Mode.
    static final Mode
    Static value System for Mode.
    static final Mode
    Static value User for Mode.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Mode
    Creates or finds a Mode from its string representation.
    Gets known Mode values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SYSTEM

      public static final Mode SYSTEM
      Static value System for Mode.
    • LB

      public static final Mode LB
      Static value LB for Mode.
    • USER

      public static final Mode USER
      Static value User for Mode.
  • Constructor Details

    • Mode

      public Mode()
  • Method Details

    • fromString

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

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