GetApplicationGatewayHttpListener

data class GetApplicationGatewayHttpListener(val customErrorConfigurations: List<GetApplicationGatewayHttpListenerCustomErrorConfiguration>, val firewallPolicyId: String, val frontendIpConfigurationId: String, val frontendIpConfigurationName: String, val frontendPortId: String, val frontendPortName: String, val hostName: String, val hostNames: List<String>, val id: String, val name: String, val protocol: String, val requireSni: Boolean, val sslCertificateId: String, val sslCertificateName: String, val sslProfileId: String, val sslProfileName: String)

Constructors

Link copied to clipboard
constructor(customErrorConfigurations: List<GetApplicationGatewayHttpListenerCustomErrorConfiguration>, firewallPolicyId: String, frontendIpConfigurationId: String, frontendIpConfigurationName: String, frontendPortId: String, frontendPortName: String, hostName: String, hostNames: List<String>, id: String, name: String, protocol: String, requireSni: Boolean, sslCertificateId: String, sslCertificateName: String, sslProfileId: String, sslProfileName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more custom_error_configuration blocks as defined below.

Link copied to clipboard

The ID of the Web Application Firewall Policy which is used as an HTTP Listener for this Path Rule.

Link copied to clipboard

The ID of the associated Frontend Configuration.

Link copied to clipboard

The Name of the Frontend IP Configuration used for this HTTP Listener.

Link copied to clipboard

The ID of the associated Frontend Port.

Link copied to clipboard

The Name of the Frontend Port used for this HTTP Listener.

Link copied to clipboard

The Hostname which is used for this HTTP Listener.

Link copied to clipboard

A list of Hostname(s) used for this HTTP Listener. It allows special wildcard characters.

Link copied to clipboard
val id: String

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of this Application Gateway.

Link copied to clipboard

The Protocol used for this Probe.

Link copied to clipboard

Is Server Name Indication required?

Link copied to clipboard

The ID of the associated SSL Certificate.

Link copied to clipboard

The name of the associated SSL Certificate which is used for this HTTP Listener.

Link copied to clipboard

The ID of the associated SSL Profile.

Link copied to clipboard

The name of the associated SSL Profile which is used for this HTTP Listener.