ParentT - the stage of the container service definition to return to after attaching this definitionpublic static interface KubernetesClusterAgentPool.DefinitionStages.Blank<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithVMSize<ParentT> |
withVirtualMachineCount(int count)
Specifies the number of agents (virtual machines) to host docker containers.
|
KubernetesClusterAgentPool.DefinitionStages.WithVMSize<ParentT> withVirtualMachineCount(int count)
count - a number between 1 and 100/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/