public class ApplicationGatewayHttpListener
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ApplicationGatewayHttpListener() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayCustomError> |
customErrorConfigurations()
Get custom error configurations of the HTTP listener.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
com.microsoft.azure.SubResource |
firewallPolicy()
Get reference to the FirewallPolicy resource.
|
com.microsoft.azure.SubResource |
frontendIPConfiguration()
Get frontend IP configuration resource of an application gateway.
|
com.microsoft.azure.SubResource |
frontendPort()
Get frontend port resource of an application gateway.
|
String |
hostName()
Get host name of HTTP listener.
|
List<String> |
hostnames()
Get list of Host names for HTTP Listener that allows special wildcard characters as well.
|
String |
name()
Get name of the HTTP listener that is unique within an Application Gateway.
|
ApplicationGatewayProtocol |
protocol()
Get protocol of the HTTP listener.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the HTTP listener resource.
|
Boolean |
requireServerNameIndication()
Get applicable only if protocol is https.
|
com.microsoft.azure.SubResource |
sslCertificate()
Get sSL certificate resource of an application gateway.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayHttpListener |
withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)
Set custom error configurations of the HTTP listener.
|
ApplicationGatewayHttpListener |
withFirewallPolicy(com.microsoft.azure.SubResource firewallPolicy)
Set reference to the FirewallPolicy resource.
|
ApplicationGatewayHttpListener |
withFrontendIPConfiguration(com.microsoft.azure.SubResource frontendIPConfiguration)
Set frontend IP configuration resource of an application gateway.
|
ApplicationGatewayHttpListener |
withFrontendPort(com.microsoft.azure.SubResource frontendPort)
Set frontend port resource of an application gateway.
|
ApplicationGatewayHttpListener |
withHostName(String hostName)
Set host name of HTTP listener.
|
ApplicationGatewayHttpListener |
withHostnames(List<String> hostnames)
Set list of Host names for HTTP Listener that allows special wildcard characters as well.
|
ApplicationGatewayHttpListener |
withName(String name)
Set name of the HTTP listener that is unique within an Application Gateway.
|
ApplicationGatewayHttpListener |
withProtocol(ApplicationGatewayProtocol protocol)
Set protocol of the HTTP listener.
|
ApplicationGatewayHttpListener |
withRequireServerNameIndication(Boolean requireServerNameIndication)
Set applicable only if protocol is https.
|
ApplicationGatewayHttpListener |
withSslCertificate(com.microsoft.azure.SubResource sslCertificate)
Set sSL certificate resource of an application gateway.
|
public com.microsoft.azure.SubResource frontendIPConfiguration()
public ApplicationGatewayHttpListener withFrontendIPConfiguration(com.microsoft.azure.SubResource frontendIPConfiguration)
frontendIPConfiguration - the frontendIPConfiguration value to setpublic com.microsoft.azure.SubResource frontendPort()
public ApplicationGatewayHttpListener withFrontendPort(com.microsoft.azure.SubResource frontendPort)
frontendPort - the frontendPort value to setpublic ApplicationGatewayProtocol protocol()
public ApplicationGatewayHttpListener withProtocol(ApplicationGatewayProtocol protocol)
protocol - the protocol value to setpublic String hostName()
public ApplicationGatewayHttpListener withHostName(String hostName)
hostName - the hostName value to setpublic com.microsoft.azure.SubResource sslCertificate()
public ApplicationGatewayHttpListener withSslCertificate(com.microsoft.azure.SubResource sslCertificate)
sslCertificate - the sslCertificate value to setpublic Boolean requireServerNameIndication()
public ApplicationGatewayHttpListener withRequireServerNameIndication(Boolean requireServerNameIndication)
requireServerNameIndication - the requireServerNameIndication value to setpublic ProvisioningState provisioningState()
public List<ApplicationGatewayCustomError> customErrorConfigurations()
public ApplicationGatewayHttpListener withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)
customErrorConfigurations - the customErrorConfigurations value to setpublic com.microsoft.azure.SubResource firewallPolicy()
public ApplicationGatewayHttpListener withFirewallPolicy(com.microsoft.azure.SubResource firewallPolicy)
firewallPolicy - the firewallPolicy value to setpublic List<String> hostnames()
public ApplicationGatewayHttpListener withHostnames(List<String> hostnames)
hostnames - the hostnames value to setpublic String name()
public ApplicationGatewayHttpListener withName(String name)
name - the name value to setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/