Share via


IWithListener<ParentT> Interface

Definition

The stage of an application gateway request routing rule definition allowing to specify an existing listener to associate the routing rule with.

public interface IWithListener<ParentT>
type IWithListener<'ParentT> = interface
Public Interface IWithListener(Of ParentT)

Type Parameters

ParentT

The stage of the application gateway definition to return to after attaching this definition.

Derived

Methods

FromListener(String)

Associates the request routing rule with a frontend listener. If the listener with the specified name does not yet exist, it must be defined separately in the optional part of the application gateway definition. This only adds a reference to the listener by its name. Also, note that a given listener can be used by no more than one request routing rule at a time.

Applies to