Partager via


IntegrationRuntimesOperationsExtensions.ListAuthKeysAsync Méthode

Définition

Récupère les clés d’authentification pour un runtime d’intégration.

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

Paramètres

operations
IIntegrationRuntimesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

factoryName
String

Nom de la fabrique.

integrationRuntimeName
String

Nom du runtime d’intégration.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à