Interface KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount<ParentT>
-
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Update<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.UpdateStages
public static interface KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount<ParentT>The stage of a container service agent pool update allowing to specify the number of agents (Virtual Machines) to host docker containers.Allowed values must be in the range of 1 to 100 (inclusive); the default value is 1.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.Update<ParentT>withAgentPoolVirtualMachineCount(int count)Specifies the number of agents (Virtual Machines) to host docker containers.
-
-
-
Method Detail
-
withAgentPoolVirtualMachineCount
KubernetesClusterAgentPool.Update<ParentT> withAgentPoolVirtualMachineCount(int count)
Specifies the number of agents (Virtual Machines) to host docker containers.- Parameters:
count- the number of agents (VMs) to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive); the default value is 1.- Returns:
- the next stage of the update
-
-