backendAddressPoolIds

@JvmName(name = "sqiarrucfivpyibj")
suspend fun backendAddressPoolIds(value: Output<List<String>>)
@JvmName(name = "nsfssnqpwfltubec")
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 = "smerkgtrtggeulst")
suspend fun backendAddressPoolIds(vararg values: Output<String>)


@JvmName(name = "bjcjibsuyxgfiipe")
suspend fun backendAddressPoolIds(values: List<Output<String>>)
@JvmName(name = "edcbdbckgxlemawv")
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.