public static interface LoadBalancer.UpdateStages.WithNetworkSubnet
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.Update |
withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet from the specified network to the default frontend of this load balancer.
|
LoadBalancer.Update withExistingSubnet(Network network, String subnetName)
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.
*/