Interface ContainerService.UpdateStages.WithUpdateAgentPoolCount

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

public static interface ContainerService.UpdateStages.WithUpdateAgentPoolCount
The stage of the container service update allowing to specify the number of agents in the specified pool.
  • Method Details

    • withAgentVirtualMachineCount

      ContainerService.Update withAgentVirtualMachineCount(int agentCount)
      Updates the agent pool virtual machine count.
      Parameters:
      agentCount - the number of agents (virtual machines) to host docker containers.
      Returns:
      the next stage of the update