Condividi tramite


ContainerServiceManagedClusterResource.GetManagedClusterJwtAuthenticator Method

Definition

Gets the specified JWT authenticator of a managed cluster.

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

Parameters

jwtAuthenticatorName
String

The name of the JWT authenticator.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

jwtAuthenticatorName is null.

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

Applies to