Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayListener.DefinitionStages.WithAttach
Packages that use ApplicationGatewayListener.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayListener.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayListener.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway HTTP listener definition.Subinterfaces with type arguments of type ApplicationGatewayListener.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an application gateway frontend listener definition allowing to specify the hostname of the website for which the traffic is received.static interfaceThe stage of an application gateway frontend listener definition allowing to require server name indication (SNI).static interfaceThe stage of an application gateway frontend listener definition allowing to specify the SSL certificate to associate with the listener.static interfaceThe stage of an application gateway frontend listener definition allowing to specify the password for the private key of the imported SSL certificate.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayListener.DefinitionStages.WithAttachModifier and TypeMethodDescriptionApplicationGatewayListener.DefinitionStages.WithFrontendPort.withFrontendPort(int portNumber) Enables the listener to listen on the specified frontend port number.ApplicationGatewayListener.DefinitionStages.WithFrontendPort.withFrontendPort(String name) Enables the listener to listen on the specified existing frontend port.ApplicationGatewayListener.DefinitionStages.WithProtocol.withHttp()Specifies that the listener is for the HTTP protocol.