ApplicationGatewayListenerResponse

data class ApplicationGatewayListenerResponse(val etag: String, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPort: SubResourceResponse? = null, val hostNames: List<String>? = 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, hostNames: List<String>? = null, id: String? = null, name: String? = null, protocol: String? = null, provisioningState: String, sslCertificate: SubResourceResponse? = null, sslProfile: SubResourceResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

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
val hostNames: List<String>? = null

List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

Name of the listener that is unique within an Application Gateway.

Link copied to clipboard
val protocol: String? = null

Protocol of the listener.

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.

Link copied to clipboard

Type of the resource.