Freigeben über


IntegrationRuntimesOperationsExtensions.RegenerateAuthKeyAsync Methode

Definition

Generiert den Authentifizierungsschlüssel für eine Integration Runtime.

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)

Parameter

operations
IIntegrationRuntimesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

integrationRuntimeName
String

Der Name der Integration Runtime.

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: