Freigeben über


SynapseIntegrationRuntimeResource.RegenerateIntegrationRuntimeAuthKey Methode

Definition

Erneutes Generieren des Authentifizierungsschlüssels für eine Integration Runtime

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/regenerateAuthKey
  • Vorgangs-IdIntegrationRuntimeAuthKeys_Regenerate
public virtual Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys> RegenerateIntegrationRuntimeAuthKey (Azure.ResourceManager.Synapse.Models.IntegrationRuntimeRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateIntegrationRuntimeAuthKey : Azure.ResourceManager.Synapse.Models.IntegrationRuntimeRegenerateKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>
override this.RegenerateIntegrationRuntimeAuthKey : Azure.ResourceManager.Synapse.Models.IntegrationRuntimeRegenerateKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeAuthKeys>
Public Overridable Function RegenerateIntegrationRuntimeAuthKey (content As IntegrationRuntimeRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SynapseIntegrationRuntimeAuthKeys)

Parameter

content
IntegrationRuntimeRegenerateKeyContent

Die Parameter zum Generieren des Integration Runtime-Authentifizierungsschlüssels.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: