Partilhar via


IntegrationRuntimeAuthKeysOperationsExtensions.RegenerateAsync Método

Definição

Regenerar chave de autenticação do runtime de integração

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

Parâmetros

operations
IIntegrationRuntimeAuthKeysOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

integrationRuntimeName
String

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

Comentários

Regenerar a chave de autenticação para um runtime de integração

Aplica-se a