ApplicationGatewayListener.Update |
ApplicationGateway.UpdateStages.WithListener.updateListener(String name) |
Begins the update of a listener.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontendPort.withFrontendPort(int portNumber) |
Enables the listener to listen on the specified frontend port number.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontendPort.withFrontendPort(String name) |
Enables the listener to listen on the specified existing frontend port.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithProtocol.withHttp() |
Specifies that the listener is for the HTTP protocol.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontend.withPrivateFrontend() |
Associates the listener with the application gateway's private (internal) frontend.
|
ApplicationGatewayListener.Update |
ApplicationGatewayListener.UpdateStages.WithFrontend.withPublicFrontend() |
Associates the listener with the application gateway's public (Internet-facing) frontend.
|