IntegrationRuntimeCredentialsClient Interface

public interface IntegrationRuntimeCredentialsClient

An instance of this class provides access to all the operations defined in IntegrationRuntimeCredentialsClient.

Method Summary

Modifier and Type Method and Description
abstract void sync(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Sync integration runtime credentials

abstract Response<Void> syncWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Sync integration runtime credentials

Method Details

sync

public abstract void sync(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Sync integration runtime credentials

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.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.

syncWithResponse

public abstract Response syncWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Sync integration runtime credentials

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.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.
context - The context to associate with this operation.

Returns:

Applies to