getLoadBalancer

The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named kubernetes. Uses Azure REST API version 2024-10-02-preview. Other available API versions: 2024-03-02-preview, 2024-04-02-preview, 2024-05-02-preview, 2024-06-02-preview, 2024-07-02-preview, 2024-09-02-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named kubernetes.

Parameters

argument

null


suspend fun getLoadBalancer(loadBalancerName: String, resourceGroupName: String, resourceName: String): GetLoadBalancerResult

Return

The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named kubernetes.

Parameters

loadBalancerName

The name of the load balancer.

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the managed cluster resource.

See also


Return

The configurations regarding multiple standard load balancers. If not supplied, single load balancer mode will be used. Multiple standard load balancers mode will be used if at lease one configuration is supplied. There has to be a configuration named kubernetes.

Parameters

argument

Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetLoadBalancerPlainArgs.

See also