ApplicationGatewayListener Interface

public interface ApplicationGatewayListener extends HasInner,ChildResource,HasSslCertificate,HasPublicIPAddress,HasProtocol,HasHostName,HasServerNameIndication,HasSubnet

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayFrontend frontend()
String frontendPortName()
int frontendPortNumber()

Inherited Members

Method Details

frontend

public ApplicationGatewayFrontend frontend()

Returns:

the frontend IP configuration this listener is associated with.

frontendPortName

public String frontendPortName()

Returns:

the name of the frontend port the listener is listening on

frontendPortNumber

public int frontendPortNumber()

Returns:

the number of the frontend port the listener is listening on

Applies to