ParentT - the stage of the container service definition to return to after attaching this definitionpublic static interface ContainerServiceAgentPool.DefinitionStages.WithSubnet<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> |
withSubnetName(String subnetName)
Specifies the subnet to be used for each virtual machine in the agent pool.
|
ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT> withSubnetName(String subnetName)
The subnet must be in the same virtual network as specified for the master. By default, the master subnet will be used.
subnetName - the name of the subnet to be used for each virtual machine in the agent pool/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/