IntegrationRuntimeAuthKeysOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET