Get Application Gateway Http Listener
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)
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
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.