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
fun ApplicationGatewayHttpListenerResponse(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)