Application Gateway Listener Response
data class ApplicationGatewayListenerResponse(val etag: String, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPort: SubResourceResponse? = null, val id: String? = null, val name: String? = null, val protocol: String? = null, val provisioningState: String, val sslCertificate: SubResourceResponse? = null, val sslProfile: SubResourceResponse? = null, val type: String)
Listener of an application gateway.
Constructors
Link copied to clipboard
constructor(etag: String, frontendIPConfiguration: SubResourceResponse? = null, frontendPort: SubResourceResponse? = null, id: String? = null, name: String? = null, protocol: String? = null, provisioningState: String, sslCertificate: SubResourceResponse? = null, sslProfile: SubResourceResponse? = null, type: String)
Properties
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 listener resource.
Link copied to clipboard
SSL certificate resource of an application gateway.
Link copied to clipboard
SSL profile resource of the application gateway.