Interface ApplicationGatewayListener
- All Superinterfaces:
ChildResource<ApplicationGateway>, HasHostname, HasInnerModel<ApplicationGatewayHttpListener>, HasName, HasParent<ApplicationGateway>, HasProtocol<ApplicationGatewayProtocol>, HasPublicIpAddress, HasServerNameIndication, HasSslCertificate<ApplicationGatewaySslCertificate>, HasSubnet, Indexable
public interface ApplicationGatewayListener
extends HasInnerModel<ApplicationGatewayHttpListener>, ChildResource<ApplicationGateway>, HasSslCertificate<ApplicationGatewaySslCertificate>, HasPublicIpAddress, HasProtocol<ApplicationGatewayProtocol>, HasHostname, HasServerNameIndication, HasSubnet
A client-side representation of an application gateway's HTTP listener.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway HTTP listener definition.static interfaceGrouping of application gateway HTTP listener configuration stages.static interfaceThe entirety of an application gateway HTTP listener update as part of an application gateway update.static interfaceThe entirety of an application gateway HTTP listener definition as part of an application gateway update.static interfaceGrouping of application gateway HTTP listener definition stages applicable as part of an application gateway update.static interfaceGrouping of application gateway HTTP listener update stages. -
Method Summary
Modifier and TypeMethodDescriptionfrontend()Gets the frontend IP configuration this listener is associated with.Gets the name of the frontend port the listener is listening on.intGets the number of the frontend port the listener is listening on.Methods inherited from interface HasHostname
hostname, hostnamesMethods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasProtocol
protocolMethods inherited from interface HasPublicIpAddress
getPublicIpAddress, getPublicIpAddressAsync, publicIpAddressIdMethods inherited from interface HasServerNameIndication
requiresServerNameIndicationMethods inherited from interface HasSslCertificate
sslCertificateMethods inherited from interface HasSubnet
networkId, subnetName
-
Method Details
-
frontend
ApplicationGatewayFrontend frontend()Gets the frontend IP configuration this listener is associated with.- Returns:
- the frontend IP configuration this listener is associated with.
-
frontendPortNumber
int frontendPortNumber()Gets the number of the frontend port the listener is listening on.- Returns:
- the number of the frontend port the listener is listening on
-
frontendPortName
String frontendPortName()Gets the name of the frontend port the listener is listening on.- Returns:
- the name of the frontend port the listener is listening on
-