ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway definition to return to after attaching this definition

public interface WithSubnet extends HasSubnet.UpdateDefinitionStages.WithSubnet<WithAttach>

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 Type Method and Description
ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)

Assigns the specified subnet to this private frontend.

Inherited Members

Method Details

withExistingSubnet

public WithAttach withExistingSubnet(Network network, String subnetName)

Assigns the specified subnet to this private frontend.

Parameters:

network - the virtual network the subnet exists in
subnetName - the name of a subnet

Returns:

the next stage of the definition

Applies to