FrontdoorFrontendEndpoint

data class FrontdoorFrontendEndpoint(val hostName: String, val id: String? = null, val name: String, val sessionAffinityEnabled: Boolean? = null, val sessionAffinityTtlSeconds: Int? = null, val webApplicationFirewallPolicyLinkId: String? = null)

Constructors

Link copied to clipboard
constructor(hostName: String, id: String? = null, name: String, sessionAffinityEnabled: Boolean? = null, sessionAffinityTtlSeconds: Int? = null, webApplicationFirewallPolicyLinkId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the host name of the frontend_endpoint. Must be a domain name. In order to use a name.azurefd.net domain, the name value must match the Front Door name.

Link copied to clipboard
val id: String? = null

The ID of the FrontDoor.

Link copied to clipboard

Specifies the name of the frontend_endpoint.

Link copied to clipboard

Whether to allow session affinity on this host. Valid options are true or false Defaults to false.

Link copied to clipboard

The TTL to use in seconds for session affinity, if applicable. Defaults to 0.

Link copied to clipboard

Defines the Web Application Firewall policy ID for each host.