ParentT - the stage of the container service definition to return to after attaching this definitionpublic static interface KubernetesClusterAgentPool.DefinitionStages.WithVirtualNetwork<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
withVirtualNetwork(String virtualNetworkId,
String subnetName)
Specifies the virtual network to be used for the agents.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withVirtualNetwork(String virtualNetworkId, String subnetName)
virtualNetworkId - the ID of a virtual networksubnetName - the name of the subnet within the virtual network.; the subnet must have the service
endpoints enabled for 'Microsoft.ContainerService'.Copyright © 2020 Microsoft Corporation. All rights reserved.