Freigeben über


IntegrationRuntimeAuthKeysOperationsExtensions.RegenerateAsync Methode

Definition

Erneutes Generieren des Integration Runtime-Authentifizierungsschlüssels

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)

Parameter

operations
IIntegrationRuntimeAuthKeysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs

integrationRuntimeName
String

Name der Integration Runtime

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: