Interface ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
HasSubnet.UpdateDefinitionStages.WithSubnet<ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
ApplicationGatewayFrontend.UpdateDefinition<ParentT>, ApplicationGatewayFrontend.UpdateDefinitionStages.Blank<ParentT>, ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
ApplicationGatewayFrontend.UpdateDefinitionStages
public static interface ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet<ParentT>
extends HasSubnet.UpdateDefinitionStages.WithSubnet<ApplicationGatewayFrontend.UpdateDefinitionStages.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 HasSubnet.UpdateDefinitionStages.WithSubnet
withExistingSubnet
-
Method Details
-
withExistingSubnet
ApplicationGatewayFrontend.UpdateDefinitionStages.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
-