IWithFrontendPort Interface

Definition

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

public interface IWithFrontendPort
type IWithFrontendPort = interface
Public Interface IWithFrontendPort
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