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 |
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.
|
String |
name()
Get name of the HTTP listener that is unique within an Application Gateway.
|
ApplicationGatewayProtocol |
protocol()
Get protocol of the HTTP listener.
|
String |
provisioningState()
Get 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 |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
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 |
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 |
withProvisioningState(String provisioningState)
Set provisioning state of the HTTP listener resource.
|
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.
|
ApplicationGatewayHttpListener |
withType(String type)
Set type of the resource.
|
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 String provisioningState()
public ApplicationGatewayHttpListener withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic List<ApplicationGatewayCustomError> customErrorConfigurations()
public ApplicationGatewayHttpListener withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)
customErrorConfigurations - the customErrorConfigurations value to setpublic String name()
public ApplicationGatewayHttpListener withName(String name)
name - the name value to setpublic String etag()
public ApplicationGatewayHttpListener withEtag(String etag)
etag - the etag value to setpublic String type()
public ApplicationGatewayHttpListener withType(String type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/