backendAddressPoolIds

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


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