Condividi tramite


ContainerServiceManagedClusterResource.GetManagedClusterIdentityBindingAsync Method

Definition

Gets the specified Identity Binding.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterIdentityBindingResource>> GetManagedClusterIdentityBindingAsync(string identityBindingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedClusterIdentityBindingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterIdentityBindingResource>>
override this.GetManagedClusterIdentityBindingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterIdentityBindingResource>>
Public Overridable Function GetManagedClusterIdentityBindingAsync (identityBindingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedClusterIdentityBindingResource))

Parameters

identityBindingName
String

The name of the identity binding.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

identityBindingName is null.

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

Applies to