get Load Balancer
Gets the specified load balancer. API Version: 2020-11-01.
Return
LoadBalancer resource.
Parameters
argument
null
suspend fun getLoadBalancer(expand: String? = null, loadBalancerName: String, resourceGroupName: String): GetLoadBalancerResult
Return
LoadBalancer resource.
See also
Parameters
expand
Expands referenced resources.
load Balancer Name
The name of the load balancer.
resource Group Name
The name of the resource group.
suspend fun getLoadBalancer(argument: suspend GetLoadBalancerPlainArgsBuilder.() -> Unit): GetLoadBalancerResult
Return
LoadBalancer resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetLoadBalancerPlainArgs.