IWithBackend Interface

Definition

The stage of an application gateway request routing rule update allowing to specify the backend to associate the routing rule with.

public interface IWithBackend
type IWithBackend = interface
Public Interface IWithBackend
Derived

Methods

ToBackend(String)

Associates the request routing rule with a backend on this application gateway. If the specified backend does not yet exist, it will be automatically created.

Applies to