ContainerServiceManagedClusterResource.GetManagedClusterLoadBalancerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified load balancer.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterLoadBalancerResource>> GetManagedClusterLoadBalancerAsync(string loadBalancerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedClusterLoadBalancerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterLoadBalancerResource>>
override this.GetManagedClusterLoadBalancerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterLoadBalancerResource>>
Public Overridable Function GetManagedClusterLoadBalancerAsync (loadBalancerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedClusterLoadBalancerResource))
Parameters
- loadBalancerName
- String
The name of the load balancer.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
loadBalancerName is null.
loadBalancerName is an empty string, and was expected to be non-empty.