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> |
withVMCount(int count)
Specifies the number of agents (VMs) to host docker containers.
|
ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT> withVMCount(int count)
count - the count/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/