Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IntegrationRuntimeCredentialsImpl

Package version

Class containing IntegrationRuntimeCredentials operations.

Hierarchy

  • IntegrationRuntimeCredentialsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

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