Interface ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
- All Superinterfaces:
HasSubnet.UpdateStages.WithSubnet<ApplicationGatewayIpConfiguration.Update>
- All Known Subinterfaces:
ApplicationGatewayIpConfiguration.Update
- Enclosing interface:
ApplicationGatewayIpConfiguration.UpdateStages
public static interface ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet
extends HasSubnet.UpdateStages.WithSubnet<ApplicationGatewayIpConfiguration.Update>
The stage of an application gateway IP configuration update allowing to modify the subnet the application
gateway is part of.
-
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.UpdateStages.WithSubnet
withExistingSubnet
-
Method Details
-
withExistingSubnet
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 update
-
withExistingSubnet
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 update
-