Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayListener.Update
Packages that use ApplicationGatewayListener.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayListener.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayListener.UpdateModifier and TypeMethodDescriptionApplicationGateway.UpdateStages.WithListener.updateListener(String name) Begins the update of a listener.ApplicationGatewayListener.UpdateStages.WithFrontendPort.withFrontendPort(int portNumber) Enables the listener to listen on the specified frontend port number.ApplicationGatewayListener.UpdateStages.WithFrontendPort.withFrontendPort(String name) Enables the listener to listen on the specified existing frontend port.ApplicationGatewayListener.UpdateStages.WithProtocol.withHttp()Specifies that the listener is for the HTTP protocol.ApplicationGatewayListener.UpdateStages.WithFrontend.withPrivateFrontend()Associates the listener with the application gateway's private (internal) frontend.ApplicationGatewayListener.UpdateStages.WithFrontend.withPublicFrontend()Associates the listener with the application gateway's public (Internet-facing) frontend.