Interface AgentPool.DefinitionStages.WithMaxCount

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

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

    • withMaxCount

      Specifies the maxCount property: The maximum number of nodes for auto-scaling.
      Parameters:
      maxCount - The maximum number of nodes for auto-scaling.
      Returns:
      the next definition stage.