IntegrationRuntimeCredentialsOperationsExtensions.Sync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET