public static interface ContainerService.DefinitionStages.WithSubnet
| Modifier and Type | Method and Description |
|---|---|
ContainerService.DefinitionStages.WithCreate |
withSubnet(String networkId,
String subnetName)
Specifies the virtual network and subnet for the virtual machines in the master and agent pools.
|
ContainerService.DefinitionStages.WithCreate withSubnet(String networkId, String subnetName)
networkId - the network ID to be used by the machinessubnetName - the name of the subnet/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/