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 Summary
Modifier and TypeMethodDescriptionwithAgentVirtualMachineCount
(int agentCount) Updates the agent pool virtual machine count.
-
Method Details
-
withAgentVirtualMachineCount
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
-