Share via


IWithFrontendPort<ParentT> Interface

Definition

The stage of an application gateway request routing rule definition allowing to create an associate listener and frontend for a specific port number and protocol.

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

Type Parameters

ParentT

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

Derived

Methods

FromFrontendHttpPort(Int32)

Associates a new listener for the specified port number and the HTTP protocol with this rule.

FromFrontendHttpsPort(Int32)

Associates a new listener for the specified port number and the HTTPS protocol with this rule.

Applies to