ParentT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT> extends HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT> |
withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend.
|
withExistingSubnetApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)
network - the virtual network the subnet exists insubnetName - the name of a subnetCopyright © 2020 Microsoft Corporation. All rights reserved.