Application Gateway Http Listener Response
data class ApplicationGatewayHttpListenerResponse(val customErrorConfigurations: List<ApplicationGatewayCustomErrorResponse>? = null, val etag: String, val firewallPolicy: SubResourceResponse? = null, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPort: SubResourceResponse? = null, val hostName: String? = null, val hostNames: List<String>? = null, val id: String? = null, val name: String? = null, val protocol: String? = null, val provisioningState: String, val requireServerNameIndication: Boolean? = null, val sslCertificate: SubResourceResponse? = null, val sslProfile: SubResourceResponse? = null, val type: String)
Http listener of an application gateway.
Constructors
Link copied to clipboard
constructor(customErrorConfigurations: List<ApplicationGatewayCustomErrorResponse>? = null, etag: String, firewallPolicy: SubResourceResponse? = null, frontendIPConfiguration: SubResourceResponse? = null, frontendPort: SubResourceResponse? = null, hostName: String? = null, hostNames: List<String>? = null, id: String? = null, name: String? = null, protocol: String? = null, provisioningState: String, requireServerNameIndication: Boolean? = null, sslCertificate: SubResourceResponse? = null, sslProfile: SubResourceResponse? = null, type: String)
Properties
Link copied to clipboard
Custom error configurations of the HTTP listener.
Link copied to clipboard
Reference to the FirewallPolicy resource.
Link copied to clipboard
Frontend IP configuration resource of an application gateway.
Link copied to clipboard
Frontend port resource of an application gateway.
Link copied to clipboard
The provisioning state of the HTTP listener resource.
Link copied to clipboard
Applicable only if protocol is https. Enables SNI for multi-hosting.
Link copied to clipboard
SSL certificate resource of an application gateway.
Link copied to clipboard
SSL profile resource of the application gateway.