Interface ContainerServiceAgentPool.DefinitionStages.Blank<ParentT>
- Type Parameters:
ParentT
- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
ContainerServiceAgentPool.Definition<ParentT>
- Enclosing interface:
- ContainerServiceAgentPool.DefinitionStages
public static interface ContainerServiceAgentPool.DefinitionStages.Blank<ParentT>
The first stage of a container service agent pool definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithVirtualMachineCount
(int count) Specifies the number of agents (virtual machines) to host docker containers.
-
Method Details
-
withVirtualMachineCount
Specifies the number of agents (virtual machines) to host docker containers.- Parameters:
count
- a number between 1 and 100- Returns:
- the next stage of the definition
-