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
Subinterfaces with type arguments of type ApplicationGatewayListener.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an application gateway frontend listener update allowing to specify the hostname of the website for which the traffic is received.static interfaceThe stage of an application gateway frontend listener update allowing to require server name indication (SNI).static interfaceThe stage of an application gateway frontend listener update allowing to specify the SSL certificate to associate with the listener.static interfaceThe stage of an application gateway frontend listener update allowing to specify the password for the private key of the imported SSL certificate.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.