Share via


IWithFrontend<ParentT> Interface

Definition

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

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

Type Parameters

ParentT

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

Derived

Methods

WithPrivateFrontend()

Associates the listener with the application gateway's private (internal) frontend. If the private frontend does not exist yet, it will be created under an auto-generated name and associated with the application gateway's subnet.

WithPublicFrontend()

Associates the listener with the application gateway's public (Internet-facing) frontend. If the public frontend does not exist yet, it will be created under an auto-generated name and associated with the application gateway's public IP address.

Applies to