FrontdoorBackendPool

data class FrontdoorBackendPool(val backends: List<FrontdoorBackendPoolBackend>, val healthProbeName: String, val id: String? = null, val loadBalancingName: String, val name: String)

Constructors

Link copied to clipboard
constructor(backends: List<FrontdoorBackendPoolBackend>, healthProbeName: String, id: String? = null, loadBalancingName: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A backend block as defined below.

Link copied to clipboard

Specifies the name of the backend_pool_health_probe block within this resource to use for this Backend Pool.

Link copied to clipboard
val id: String? = null

The ID of the FrontDoor.

Link copied to clipboard

Specifies the name of the backend_pool_load_balancing block within this resource to use for this Backend Pool.

Link copied to clipboard

Specifies the name of the Backend Pool.