IntegrationRuntimeCredentials Interface

public interface IntegrationRuntimeCredentials

Resource collection API of IntegrationRuntimeCredentials.

Method Summary

Modifier and Type Method and Description
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.

abstract Response<Void> 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.

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<Void> 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