Interface ApplicationGateway.UpdateStages.WithExistingSubnet

All Superinterfaces:
HasSubnet.UpdateStages.WithSubnet<ApplicationGateway.Update>
All Known Subinterfaces:
ApplicationGateway.Update
Enclosing interface:
ApplicationGateway.UpdateStages

public static interface ApplicationGateway.UpdateStages.WithExistingSubnet extends HasSubnet.UpdateStages.WithSubnet<ApplicationGateway.Update>
The stage of an application gateway update allowing to specify the subnet the app gateway is getting its private IP address from.
  • Method Details

    • withExistingSubnet

      ApplicationGateway.Update withExistingSubnet(Subnet subnet)
      Specifies the subnet the application gateway gets its private IP address from.

      This will create a new IP configuration, if it does not already exist.

      Private (internal) frontends, if any have been enabled, will be configured to use this subnet as well.

      Parameters:
      subnet - an existing subnet
      Returns:
      the next stage of the update
    • withExistingSubnet

      ApplicationGateway.Update withExistingSubnet(Network network, String subnetName)
      Specifies the subnet the application gateway gets its private IP address from.

      This will create a new IP configuration, if it does not already exist.

      Private (internal) front ends, if any have been enabled, will be configured to use this subnet as well.

      Parameters:
      network - the virtual network the subnet is part of
      subnetName - the name of a subnet within the selected network
      Returns:
      the next stage of the update