ApplicationGatewayHttpListener interface

Http listener of an application gateway.

Extends

Properties

customErrorConfigurations

Custom error configurations of the HTTP listener.

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

firewallPolicy

Reference to the FirewallPolicy resource.

frontendIPConfiguration

Frontend IP configuration resource of an application gateway.

frontendPort

Frontend port resource of an application gateway.

hostName

Host name of HTTP listener.

hostNames

List of Host names for HTTP Listener that allows special wildcard characters as well.

name

Name of the HTTP listener that is unique within an Application Gateway.

protocol

Protocol of the HTTP listener.

provisioningState

The provisioning state of the HTTP listener resource. NOTE: This property will not be serialized. It can only be populated by the server.

requireServerNameIndication

Applicable only if protocol is https. Enables SNI for multi-hosting.

sslCertificate

SSL certificate resource of an application gateway.

sslProfile

SSL profile resource of the application gateway.

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID.

Property Details

customErrorConfigurations

Custom error configurations of the HTTP listener.

customErrorConfigurations?: ApplicationGatewayCustomError[]

Property Value

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

firewallPolicy

Reference to the FirewallPolicy resource.

firewallPolicy?: SubResource

Property Value

frontendIPConfiguration

Frontend IP configuration resource of an application gateway.

frontendIPConfiguration?: SubResource

Property Value

frontendPort

Frontend port resource of an application gateway.

frontendPort?: SubResource

Property Value

hostName

Host name of HTTP listener.

hostName?: string

Property Value

string

hostNames

List of Host names for HTTP Listener that allows special wildcard characters as well.

hostNames?: string[]

Property Value

string[]

name

Name of the HTTP listener that is unique within an Application Gateway.

name?: string

Property Value

string

protocol

Protocol of the HTTP listener.

protocol?: string

Property Value

string

provisioningState

The provisioning state of the HTTP listener resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

requireServerNameIndication

Applicable only if protocol is https. Enables SNI for multi-hosting.

requireServerNameIndication?: boolean

Property Value

boolean

sslCertificate

SSL certificate resource of an application gateway.

sslCertificate?: SubResource

Property Value

sslProfile

SSL profile resource of the application gateway.

sslProfile?: SubResource

Property Value

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id