Interface ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Superinterfaces:
HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
ApplicationGatewayIpConfiguration.Definition<ParentT>,ApplicationGatewayIpConfiguration.DefinitionStages.Blank<ParentT>
- Enclosing interface:
ApplicationGatewayIpConfiguration.DefinitionStages
public static interface ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet<ParentT>
extends HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT>>
The stage of an application gateway IP configuration definition allowing to specify the subnet the
application gateway is on.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingSubnet(Network network, String subnetName) Specifies an existing subnet the application gateway should be part of and get its private IP address from.withExistingSubnet(Subnet subnet) Specifies an existing subnet the application gateway should be part of and get its private IP address from.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet
withExistingSubnet
-
Method Details
-
withExistingSubnet
ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Subnet subnet) Specifies an existing subnet the application gateway should be part of and get its private IP address from.- Parameters:
subnet- an existing subnet- Returns:
- the next stage of the definition
-
withExistingSubnet
ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingSubnet(Network network, String subnetName) Specifies an existing subnet the application gateway should be part of and get its private IP address from.- Parameters:
network- an existing virtual networksubnetName- the name of a subnet within the selected network- Returns:
- the next stage of the definition
-