Package org.azd.enums

Enum Class TaskAgentPoolOptions

java.lang.Object
java.lang.Enum<TaskAgentPoolOptions>
org.azd.enums.TaskAgentPoolOptions
All Implemented Interfaces:
Serializable, Comparable<TaskAgentPoolOptions>, Constable

public enum TaskAgentPoolOptions extends Enum<TaskAgentPoolOptions>
Whether or not the agent is online.
  • Enum Constant Details

    • ELASTICPOOL

      public static final TaskAgentPoolOptions ELASTICPOOL
      TaskAgentPool backed by the Elastic pool service
    • PRESERVEAGENTONJOBFAILURE

      public static final TaskAgentPoolOptions PRESERVEAGENTONJOBFAILURE
      Set to true if agents are held for investigation after a TaskAgentJobRequest failure
    • SINGLEUSEAGENTS

      public static final TaskAgentPoolOptions SINGLEUSEAGENTS
      Set to true if agents are re-imaged after each TaskAgentJobRequest
  • Method Details

    • values

      public static TaskAgentPoolOptions[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TaskAgentPoolOptions valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null