loadBalancerBackendAddressPoolIds

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

Parameters

value

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

Note: When the Virtual Machine Scale Set is configured to have public IPs per instance are created with a load balancer, the SKU of the Virtual Machine instance IPs is determined by the SKU of the Virtual Machine Scale Sets Load Balancer (e.g. Basic or Standard). Alternatively, you may use the public_ip_prefix_id field to generate instance-level IPs in a virtual machine scale set as well. The zonal properties of the prefix will be passed to the Virtual Machine instance IPs, though they will not be shown in the output. To view the public IP addresses assigned to the Virtual Machine Scale Sets Virtual Machine instances use the az vmss list-instance-public-ips --resource-group ResourceGroupName --name VirtualMachineScaleSetName CLI command. 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 = "rdtnsmcdjcrrtddf")
suspend fun loadBalancerBackendAddressPoolIds(vararg values: Output<String>)


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

Parameters

values

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

Note: When the Virtual Machine Scale Set is configured to have public IPs per instance are created with a load balancer, the SKU of the Virtual Machine instance IPs is determined by the SKU of the Virtual Machine Scale Sets Load Balancer (e.g. Basic or Standard). Alternatively, you may use the public_ip_prefix_id field to generate instance-level IPs in a virtual machine scale set as well. The zonal properties of the prefix will be passed to the Virtual Machine instance IPs, though they will not be shown in the output. To view the public IP addresses assigned to the Virtual Machine Scale Sets Virtual Machine instances use the az vmss list-instance-public-ips --resource-group ResourceGroupName --name VirtualMachineScaleSetName CLI command. 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.