Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayHttpListener
Packages that use ApplicationGatewayHttpListener
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayHttpListener in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayHttpListenerModifier and TypeMethodDescriptionApplicationGatewayInner.httpListeners()Get the httpListeners property: Http listeners of the application gateway resource.ApplicationGatewayPropertiesFormat.httpListeners()Get the httpListeners property: Http listeners of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayHttpListenerModifier and TypeMethodDescriptionApplicationGatewayInner.withHttpListeners(List<ApplicationGatewayHttpListener> httpListeners) Set the httpListeners property: Http listeners of the application gateway resource.ApplicationGatewayPropertiesFormat.withHttpListeners(List<ApplicationGatewayHttpListener> httpListeners) Set the httpListeners property: Http listeners of the application gateway resource. -
Uses of ApplicationGatewayHttpListener in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayHttpListenerModifier and TypeMethodDescriptionApplicationGatewayHttpListener.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayHttpListener from the JsonReader.ApplicationGatewayHttpListener.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) Set the customErrorConfigurations property: Custom error configurations of the HTTP listener.ApplicationGatewayHttpListener.withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy) Set the firewallPolicy property: Reference to the FirewallPolicy resource.ApplicationGatewayHttpListener.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: Frontend IP configuration resource of an application gateway.ApplicationGatewayHttpListener.withFrontendPort(com.azure.core.management.SubResource frontendPort) Set the frontendPort property: Frontend port resource of an application gateway.ApplicationGatewayHttpListener.withHostname(String hostname) Set the hostname property: Host name of HTTP listener.ApplicationGatewayHttpListener.withHostNames(List<String> hostNames) Set the hostNames property: List of Host names for HTTP Listener that allows special wildcard characters as well.Set the name property: Name of the HTTP listener that is unique within an Application Gateway.ApplicationGatewayHttpListener.withProtocol(ApplicationGatewayProtocol protocol) Set the protocol property: Protocol of the HTTP listener.ApplicationGatewayHttpListener.withRequireServerNameIndication(Boolean requireServerNameIndication) Set the requireServerNameIndication property: Applicable only if protocol is https.ApplicationGatewayHttpListener.withSslCertificate(com.azure.core.management.SubResource sslCertificate) Set the sslCertificate property: SSL certificate resource of an application gateway.ApplicationGatewayHttpListener.withSslProfile(com.azure.core.management.SubResource sslProfile) Set the sslProfile property: SSL profile resource of the application gateway.