IntegrationRuntimesOperationsExtensions.ListAuthKeysAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera as chaves de autenticação para um runtime de integração.
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)
Parâmetros
- operations
- IIntegrationRuntimesOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos.
- factoryName
- String
O nome da fábrica.
- integrationRuntimeName
- String
O nome do runtime de integração.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET