Partager via


IntegrationRuntimeAuthKeysOperationsExtensions.ListAsync Méthode

Définition

Répertorier les clés d’authentification du runtime d’intégration

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys> ListAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys>
<Extension()>
Public Function ListAsync (operations As IIntegrationRuntimeAuthKeysOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeAuthKeys)

Paramètres

operations
IIntegrationRuntimeAuthKeysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

integrationRuntimeName
String

Nom du runtime d’intégration

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertorier les clés d’authentification dans un runtime d’intégration

S’applique à