ContainerServiceManagedClusterResource.GetManagedClusterIdentityBindingAsync 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 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.