IWithBackendHttpConfig Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET