Share via


ContainerOrchestratorRuntimeExtensions.GetConnectedClusterLoadBalancer Method

Definition

Get a LoadBalancer

  • Request Path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/loadBalancers/{loadBalancerName}
  • Operation Id: LoadBalancer_Get
  • Default Api Version: 2024-03-01
  • Resource: ConnectedClusterLoadBalancerResource
public static Azure.Response<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterLoadBalancerResource> GetConnectedClusterLoadBalancer (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string loadBalancerName, System.Threading.CancellationToken cancellationToken = default);
static member GetConnectedClusterLoadBalancer : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterLoadBalancerResource>
<Extension()>
Public Function GetConnectedClusterLoadBalancer (client As ArmClient, scope As ResourceIdentifier, loadBalancerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConnectedClusterLoadBalancerResource)

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

loadBalancerName
String

The name of the LoadBalancer.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or loadBalancerName is null.

loadBalancerName is an empty string, and was expected to be non-empty.

Applies to