Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationRuntimes

Package version

Interface representing a IntegrationRuntimes.

Hierarchy

  • IntegrationRuntimes

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete an integration runtime

    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: IntegrationRuntimesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

beginDisableInteractiveQuery

beginDisableInteractiveQueryAndWait

beginEnableInteractiveQuery

beginEnableInteractiveQueryAndWait

beginStart

beginStartAndWait

beginStop

  • beginStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Stop an integration runtime

    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: IntegrationRuntimesStopOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginStopAndWait

get

listByWorkspace

listOutboundNetworkDependenciesEndpoints

update

upgrade

Generated using TypeDoc