Interface AgentPool.DefinitionStages.WithCount

All Known Subinterfaces:
AgentPool.Definition, AgentPool.DefinitionStages.WithCreate
Enclosing interface:
AgentPool.DefinitionStages

public static interface AgentPool.DefinitionStages.WithCount
The stage of the AgentPool definition allowing to specify count.
  • Method Details

    • withCount

      Specifies the count property: Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1..
      Parameters:
      count - Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
      Returns:
      the next definition stage.