Interface ApplicationGateway.UpdateStages.WithBackendHttpConfig

All Known Subinterfaces:
ApplicationGateway.Update
Enclosing interface:
ApplicationGateway.UpdateStages

public static interface ApplicationGateway.UpdateStages.WithBackendHttpConfig
The stage of an application gateway update allowing to modify backend HTTP configurations.
  • Method Details

    • defineBackendHttpConfiguration

      Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.
      Parameters:
      name - a unique name for the backend HTTP configuration
      Returns:
      the first stage of the backend HTTP configuration definition
    • withoutBackendHttpConfiguration

      ApplicationGateway.Update withoutBackendHttpConfiguration(String name)
      Removes the specified backend HTTP configuration from this application gateway.

      Note that removing a backend HTTP configuration referenced by other settings may break the application gateway.

      Parameters:
      name - the name of an existing backend HTTP configuration on this application gateway
      Returns:
      the next stage of the update
    • updateBackendHttpConfiguration

      ApplicationGatewayBackendHttpConfiguration.Update updateBackendHttpConfiguration(String name)
      Begins the update of a backend HTTP configuration.
      Parameters:
      name - the name of an existing backend HTTP configuration on this application gateway
      Returns:
      the next stage of the update