FrontdoorBackendPoolArgs

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>

Constructors

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

Properties

Link copied to clipboard

A backend block as defined below.

Link copied to clipboard
val healthProbeName: Output<String>

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: Output<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
val name: Output<String>

Specifies the name of the Backend Pool.

Functions

Link copied to clipboard
open override fun toJava(): FrontdoorBackendPoolArgs