IntegrationRuntimesOperationsExtensions.RegenerateAuthKeyAsync 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.
Regenera a chave de autenticação para um runtime de integração.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys> RegenerateAuthKeyAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateAuthKeyAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys>
<Extension()>
Public Function RegenerateAuthKeyAsync (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, regenerateKeyParameters As IntegrationRuntimeRegenerateKeyParameters, 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.
- regenerateKeyParameters
- IntegrationRuntimeRegenerateKeyParameters
Os parâmetros para regenerar a chave de autenticação 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