Share via


IBlank<ParentT> Interface

Definition

The first stage of an application gateway HTTP listener.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithFrontend<ParentT>
type IBlank<'ParentT> = interface
    interface IWithFrontend<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithFrontend(Of ParentT)

Type Parameters

ParentT

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

Derived
Implements

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.

(Inherited from IWithFrontend<ParentT>)
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.

(Inherited from IWithFrontend<ParentT>)

Applies to