Interface AgentPool.UpdateStages.WithCount

All Known Subinterfaces:
AgentPool.Update
Enclosing interface:
AgentPool.UpdateStages

public static interface AgentPool.UpdateStages.WithCount
The stage of the AgentPool update allowing to specify count.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the count property: Count - Number of agents to host docker containers.
  • Method Details

    • withCount

      AgentPool.Update withCount(Integer count)
      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.