Interface ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
ApplicationGatewayFrontend.Definition<ParentT>,ApplicationGatewayFrontend.DefinitionStages.Blank<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
ApplicationGatewayFrontend.DefinitionStages
public static interface ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>
extends HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>
The stage of an application gateway frontend definition allowing to specify a subnet from the selected
network to make this application gateway visible to.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet
withExistingSubnet
-
Method Details
-
withExistingSubnet
ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend.- Parameters:
network- the virtual network the subnet exists insubnetName- the name of a subnet- Returns:
- the next stage of the definition
-