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