Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationRuntimeCredentials

Package version

Interface representing a IntegrationRuntimeCredentials.

Hierarchy

  • IntegrationRuntimeCredentials

Implemented by

Index

Methods

Methods

sync

  • 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: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • integrationRuntimeName: string

      Integration runtime name

    • Optional options: IntegrationRuntimeCredentialsSyncOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc