ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet<ParentT> extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet<LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> |
withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of an internal load balancer.
|
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)
network - the virtual network the subnet exists insubnetName - the name of a subnet/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/