IWithFrontendPort<ParentT> Interface

Definition

The stage of an application gateway frontend listener definition allowing to specify the frontend port to associate the listener with.

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

Type Parameters

ParentT

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

Derived

Methods

WithFrontendPort(Int32)

Enables the listener to listen on the specified frontend port number. If a frontend port for this port number does not yet exist, a new will be created with an auto-generated name.

WithFrontendPort(String)

Enables the listener to listen on the specified existing frontend port.

Applies to