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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayIpConfiguration.UpdatewithExistingSubnet(Network network, String subnetName)Specifies an existing subnet the application gateway should be part of and get its private IP address from.ApplicationGatewayIpConfiguration.UpdatewithExistingSubnet(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 Detail
-
withExistingSubnet
ApplicationGatewayIpConfiguration.Update 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 update
-
withExistingSubnet
ApplicationGatewayIpConfiguration.Update 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 update
-
-