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 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

      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 network
      subnetName - the name of a subnet within the selected network
      Returns:
      the next stage of the update