Class AgentPoolMode


  • public final class AgentPoolMode
    extends com.azure.core.util.ExpandableStringEnum<AgentPoolMode>
    Defines values for AgentPoolMode.
    • Field Detail

      • SYSTEM

        public static final AgentPoolMode SYSTEM
        Static value System for AgentPoolMode.
      • USER

        public static final AgentPoolMode USER
        Static value User for AgentPoolMode.
    • Constructor Detail

      • AgentPoolMode

        public AgentPoolMode()
    • Method Detail

      • fromString

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