IWithBackendHttpConfig Interface

Definition

The stage of an application gateway update allowing to modify backend HTTP configurations.

public interface IWithBackendHttpConfig
type IWithBackendHttpConfig = interface
Public Interface IWithBackendHttpConfig
Derived

Methods

DefineBackendHttpConfiguration(String)

Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.

UpdateBackendHttpConfiguration(String)

Begins the update of a backend HTTP configuration.

WithoutBackendHttpConfiguration(String)

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.

Applies to