Interface ApplicationGateway.UpdateStages.WithBackendHttpConfig

    • Method Detail

      • 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