ApplicationGatewayListener Interface

Implements

public interface ApplicationGatewayListener
extends HasInner<ApplicationGatewayHttpListener>, ChildResource<ApplicationGateway>, HasSslCertificate<ApplicationGatewaySslCertificate>, HasPublicIPAddress, HasProtocol<ApplicationGatewayProtocol>, HasHostName, HasServerNameIndication, HasSubnet

A client-side representation of an application gateway's HTTP listener.

Method Summary

Modifier and Type Method and Description
abstract ApplicationGatewayFrontend frontend()
abstract java.lang.String frontendPortName()
abstract int frontendPortNumber()

Method Details

frontend

public abstract ApplicationGatewayFrontend frontend()

Returns:

the frontend IP configuration this listener is associated with.

frontendPortName

public abstract String frontendPortName()

Returns:

the name of the frontend port the listener is listening on

frontendPortNumber

public abstract int frontendPortNumber()

Returns:

the number of the frontend port the listener is listening on

Applies to