Partager via


SynapseIntegrationRuntimeResource.RegenerateIntegrationRuntimeAuthKeyAsync Méthode

Définition

Régénérer la clé d’authentification pour un runtime d’intégration

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/régénérerAuthKey
  • IdIntegrationRuntimeAuthKeys_Regenerate d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>> RegenerateIntegrationRuntimeAuthKeyAsync (Azure.ResourceManager.Synapse.Models.IntegrationRuntimeRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateIntegrationRuntimeAuthKeyAsync : Azure.ResourceManager.Synapse.Models.IntegrationRuntimeRegenerateKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>>
override this.RegenerateIntegrationRuntimeAuthKeyAsync : Azure.ResourceManager.Synapse.Models.IntegrationRuntimeRegenerateKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>>
Public Overridable Function RegenerateIntegrationRuntimeAuthKeyAsync (content As IntegrationRuntimeRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseIntegrationRuntimeAuthKeys))

Paramètres

content
IntegrationRuntimeRegenerateKeyContent

Paramètres pour régénérer la clé d’authentification du runtime d’intégration.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

content a la valeur null.

S’applique à