backendAddressPoolIds

@JvmName(name = "fgankelocddbbbcy")
suspend fun backendAddressPoolIds(value: Output<List<String>>)
@JvmName(name = "gjcbuuscdmhjychh")
suspend fun backendAddressPoolIds(value: List<String>?)

Parameters

value

A list of reference to a Backend Address Pool over which this Load Balancing Rule operates.

NOTE: In most cases users can only set one Backend Address Pool ID in the backend_address_pool_ids. Especially, when the sku of the LB is Gateway, users can set up to two IDs in the backend_address_pool_ids.


@JvmName(name = "dfajaesogwbvnide")
suspend fun backendAddressPoolIds(vararg values: Output<String>)


@JvmName(name = "abkmdgliqvccvqji")
suspend fun backendAddressPoolIds(values: List<Output<String>>)
@JvmName(name = "gjbplenykhgodiof")
suspend fun backendAddressPoolIds(vararg values: String)

Parameters

values

A list of reference to a Backend Address Pool over which this Load Balancing Rule operates.

NOTE: In most cases users can only set one Backend Address Pool ID in the backend_address_pool_ids. Especially, when the sku of the LB is Gateway, users can set up to two IDs in the backend_address_pool_ids.