ParentT
- the stage of the container service definition to return to after attaching this definitionpublic static interface ContainerServiceAgentPool.DefinitionStages.Blank<ParentT>
Modifier and Type | Method and Description |
---|---|
ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT> |
withVirtualMachineCount(int count)
Specifies the number of agents (virtual machines) to host docker containers.
|
ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT> withVirtualMachineCount(int count)
count
- a number between 1 and 100Copyright © 2019. All rights reserved.