Frontdoor Backend Pool Args
data class FrontdoorBackendPoolArgs(val backends: Output<List<FrontdoorBackendPoolBackendArgs>>, val healthProbeName: Output<String>, val id: Output<String>? = null, val loadBalancingName: Output<String>, val name: Output<String>) : ConvertibleToJava<FrontdoorBackendPoolArgs>
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
.