ApplicationGatewayHttpListener interface
Http listener of an application gateway.
- Extends
Properties
| custom |
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. |
| firewall |
Reference to the FirewallPolicy resource. |
| frontend |
Frontend IP configuration resource of an application gateway. |
| frontend |
Frontend port resource of an application gateway. |
| host |
Host name of HTTP listener. |
| host |
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. |
| provisioning |
The provisioning state of the HTTP listener resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| require |
Applicable only if protocol is https. Enables SNI for multi-hosting. |
| ssl |
SSL certificate resource of an application gateway. |
| ssl |
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
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