IWithBackendHttpConfiguration<ParentT> 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 request routing rule definition allowing to specify the backend HTTP settings configuration to associate the routing rule with.
public interface IWithBackendHttpConfiguration<ParentT>
type IWithBackendHttpConfiguration<'ParentT> = interface
Public Interface IWithBackendHttpConfiguration(Of ParentT)
Type Parameters
- ParentT
The stage of the application gateway definition to return to after attaching this definition.
- Derived
Methods
ToBackendHttpConfiguration(String) |
Associates the specified backend HTTP settings configuration with this request routing rule. If the backend configuration does not exist yet, it must be defined in the optional part of the application gateway definition. The request routing rule references it only by name. |
ToBackendHttpPort(Int32) |
Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this request routing rule. An auto-generated name will be used for this newly created configuration. |
Applies to
Azure SDK for .NET