public static interface LoadBalancer.DefinitionStages.WithNetworkSubnet
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.DefinitionStages.WithPrivateFrontendOrBackend |
withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet from the selected network as teh default private frontend of this load balancer,
thereby making the load balancer internal.
|
LoadBalancer.DefinitionStages.WithPrivateFrontendOrBackend withExistingSubnet(Network network, String subnetName)
Once the first private frontend is added, only private frontends can be added thereafter.
network - an existing virtual networksubnetName - the name of an existing subnet on the specified network/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/