Interface IntegrationRuntimeCredentialsClient


public interface IntegrationRuntimeCredentialsClient
An instance of this class provides access to all the operations defined in IntegrationRuntimeCredentialsClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sync(String resourceGroupName, String workspaceName, String integrationRuntimeName)
    Sync integration runtime credentials
    com.azure.core.http.rest.Response<Void>
    syncWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.Context context)
    Sync integration runtime credentials
  • Method Details

    • syncWithResponse

      com.azure.core.http.rest.Response<Void> syncWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.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:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • sync

      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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.