ApplicationGatewayListener interface
Listener of an application gateway.
- Extends
Properties
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. |
frontend |
Frontend IP configuration resource of an application gateway. |
frontend |
Frontend port resource of an application gateway. |
host |
List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well. |
name | Name of the listener that is unique within an Application Gateway. |
protocol | Protocol of the listener. |
provisioning |
The provisioning state of the listener resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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
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
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
hostNames
List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well.
hostNames?: string[]
Property Value
string[]
name
Name of the listener that is unique within an Application Gateway.
name?: string
Property Value
string
protocol
Protocol of the listener.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the listener resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
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