Frontdoor Backend Pool
data class FrontdoorBackendPool(val backends: List<FrontdoorBackendPoolBackend>, val healthProbeName: String, val id: String? = null, val loadBalancingName: String, val name: String)
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
Specifies the name of the backend_pool_load_balancing
block within this resource to use for this Backend Pool
.