Udostępnij za pośrednictwem


IntegrationRuntimeCredentialsOperationsExtensions.SyncAsync Method

Definition

Sync integration runtime credentials

public static System.Threading.Tasks.Task SyncAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeCredentialsOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member SyncAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeCredentialsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SyncAsync (operations As IIntegrationRuntimeCredentialsOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IIntegrationRuntimeCredentialsOperations

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

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override the credentials across all worker nodes with those available on the dispatcher node. If you already have the latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime node than using this API directly.

Applies to