Share via


IntegrationRuntimeCredentialsOperationsExtensions.Sync Method

Definition

Sync integration runtime credentials

public static void Sync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeCredentialsOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName);
static member Sync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeCredentialsOperations * string * string * string -> unit
<Extension()>
Public Sub Sync (operations As IIntegrationRuntimeCredentialsOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String)

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

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