loadBalancerBackendAddressPoolIds

@JvmName(name = "rlckygetfcyhmqbt")
suspend fun loadBalancerBackendAddressPoolIds(value: Output<List<String>>)
@JvmName(name = "jmswqubnidlennyj")
suspend fun loadBalancerBackendAddressPoolIds(value: List<String>?)

Parameters

value

A list of Backend Address Pools IDs from a Load Balancer which this Orchestrated Virtual Machine Scale Set should be connected to.

NOTE: When using this field you'll also need to configure a Rule for the Load Balancer, and use a depends_on between this resource and the Load Balancer Rule.


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


@JvmName(name = "cxdirivqjekcpqwv")
suspend fun loadBalancerBackendAddressPoolIds(values: List<Output<String>>)
@JvmName(name = "bbiprsowrffvtbio")
suspend fun loadBalancerBackendAddressPoolIds(vararg values: String)

Parameters

values

A list of Backend Address Pools IDs from a Load Balancer which this Orchestrated Virtual Machine Scale Set should be connected to.

NOTE: When using this field you'll also need to configure a Rule for the Load Balancer, and use a depends_on between this resource and the Load Balancer Rule.