java.lang.Object
com.azure.core.util.ExpandableStringEnum<AgentPoolType>
com.azure.resourcemanager.containerservice.models.AgentPoolType

public final class AgentPoolType extends com.azure.core.util.ExpandableStringEnum<AgentPoolType>
The type of Agent Pool.
  • Field Details

    • VIRTUAL_MACHINE_SCALE_SETS

      public static final AgentPoolType VIRTUAL_MACHINE_SCALE_SETS
      Static value VirtualMachineScaleSets for AgentPoolType.
    • AVAILABILITY_SET

      public static final AgentPoolType AVAILABILITY_SET
      Static value AvailabilitySet for AgentPoolType.
  • Constructor Details

    • AgentPoolType

      public AgentPoolType()
  • Method Details

    • fromString

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

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