Sdílet prostřednictvím


IntegrationRuntimeAuthKeysOperationsExtensions.RegenerateAsync Method

Definition

Regenerate integration runtime authentication key

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)

Parameters

operations
IIntegrationRuntimeAuthKeysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

integrationRuntimeName
String

Integration runtime name

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

The parameters for regenerating integration runtime authentication key.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Regenerate the authentication key for an integration runtime

Applies to