getLoadBalancerBackendAddressPool

Gets load balancer backend address pool. Uses Azure REST API version 2023-02-01. Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.

Return

Pool of backend IP addresses.

Parameters

argument

null


suspend fun getLoadBalancerBackendAddressPool(backendAddressPoolName: String, loadBalancerName: String, resourceGroupName: String): GetLoadBalancerBackendAddressPoolResult

Return

Pool of backend IP addresses.

Parameters

backendAddressPoolName

The name of the backend address pool.

loadBalancerName

The name of the load balancer.

resourceGroupName

The name of the resource group.

See also


Return

Pool of backend IP addresses.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetLoadBalancerBackendAddressPoolPlainArgs.

See also