Interface ApplicationGateway.UpdateStages.WithIPConfig

    • Method Detail

      • withoutIPConfiguration

        ApplicationGateway.Update withoutIPConfiguration​(String ipConfigurationName)
        Removes the specified IP configuration.

        Note that removing an IP configuration referenced by other settings may break the application gateway. Also, there must be at least one IP configuration for the application gateway to function.

        Parameters:
        ipConfigurationName - the name of the IP configuration to remove
        Returns:
        the next stage of the update
      • updateIPConfiguration

        ApplicationGatewayIPConfiguration.Update updateIPConfiguration​(String ipConfigurationName)
        Begins the update of an existing IP configuration.
        Parameters:
        ipConfigurationName - the name of an existing IP configuration
        Returns:
        the first stage of an IP configuration update
      • updateDefaultIPConfiguration

        ApplicationGatewayIPConfiguration.Update updateDefaultIPConfiguration()
        Begins the update of the default IP configuration i.e. the only one IP configuration that exists, assuming only one exists.
        Returns:
        the first stage of an IP configuration update.