IntegrationRuntimeCredentials interface  
Interface representing a IntegrationRuntimeCredentials.
Methods
| sync(string, string, string, Integration | 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. | 
Method Details
		sync(string, string, string, IntegrationRuntimeCredentialsSyncOptionalParams)
	     
	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.
function sync(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeCredentialsSyncOptionalParams): Promise<void>Parameters
- 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
The options parameters.
Returns
Promise<void>