Application Gateway Http Listener
data class ApplicationGatewayHttpListener(val customErrorConfigurations: List<ApplicationGatewayHttpListenerCustomErrorConfiguration>? = null, val firewallPolicyId: String? = null, val frontendIpConfigurationId: String? = null, val frontendIpConfigurationName: String, val frontendPortId: String? = null, val frontendPortName: String, val hostName: String? = null, val hostNames: List<String>? = null, val id: String? = null, val name: String, val protocol: String, val requireSni: Boolean? = null, val sslCertificateId: String? = null, val sslCertificateName: String? = null, val sslProfileId: String? = null, val sslProfileName: String? = null)
Constructors
Link copied to clipboard
constructor(customErrorConfigurations: List<ApplicationGatewayHttpListenerCustomErrorConfiguration>? = null, firewallPolicyId: String? = null, frontendIpConfigurationId: String? = null, frontendIpConfigurationName: String, frontendPortId: String? = null, frontendPortName: String, hostName: String? = null, hostNames: List<String>? = null, id: String? = null, name: String, protocol: String, requireSni: Boolean? = null, sslCertificateId: String? = null, sslCertificateName: String? = null, sslProfileId: String? = null, sslProfileName: String? = null)
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 should be used for this HTTP Listener.
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 use for this HTTP Listener.
Link copied to clipboard
Should Server Name Indication be Required? Defaults to false
.
Link copied to clipboard
The ID of the associated SSL Certificate.
Link copied to clipboard
The name of the associated SSL Certificate which should be 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 should be used for this HTTP Listener.