| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)
Set custom error configurations of the HTTP listener.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withFirewallPolicy(com.microsoft.azure.SubResource firewallPolicy)
Set reference to the FirewallPolicy resource.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withFrontendIPConfiguration(com.microsoft.azure.SubResource frontendIPConfiguration)
Set frontend IP configuration resource of an application gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withFrontendPort(com.microsoft.azure.SubResource frontendPort)
Set frontend port resource of an application gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withHostName(String hostName)
Set host name of HTTP listener.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withHostnames(List<String> hostnames)
Set list of Host names for HTTP Listener that allows special wildcard characters as well.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withName(String name)
Set name of the HTTP listener that is unique within an Application Gateway.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withProtocol(ApplicationGatewayProtocol protocol)
Set protocol of the HTTP listener.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withRequireServerNameIndication(Boolean requireServerNameIndication)
Set applicable only if protocol is https.
|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withSslCertificate(com.microsoft.azure.SubResource sslCertificate)
Set sSL certificate resource of an application gateway.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/