Get interface

Interface representing a Get.

Methods

integrationRuntimeEnableInteractivequery(string, string, string, string, GetIntegrationRuntimeEnableInteractivequeryOptionalParams)

Get an integration runtime enable interactivequery operation status

integrationRuntimeStart(string, string, string, string, GetIntegrationRuntimeStartOptionalParams)

Get an integration runtime start operation status

integrationRuntimeStop(string, string, string, string, GetIntegrationRuntimeStopOptionalParams)

Get an integration runtime stop operation status

Method Details

integrationRuntimeEnableInteractivequery(string, string, string, string, GetIntegrationRuntimeEnableInteractivequeryOptionalParams)

Get an integration runtime enable interactivequery operation status

function integrationRuntimeEnableInteractivequery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeEnableInteractivequeryOptionalParams): Promise<IntegrationRuntimeEnableinteractivequery>

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

integrationRuntimeOperationId

string

Integration runtime Operation Id

Returns

integrationRuntimeStart(string, string, string, string, GetIntegrationRuntimeStartOptionalParams)

Get an integration runtime start operation status

function integrationRuntimeStart(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStartOptionalParams): Promise<IntegrationRuntimeOperationStatus>

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

integrationRuntimeOperationId

string

Integration runtime Operation Id

options
GetIntegrationRuntimeStartOptionalParams

The options parameters.

Returns

integrationRuntimeStop(string, string, string, string, GetIntegrationRuntimeStopOptionalParams)

Get an integration runtime stop operation status

function integrationRuntimeStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStopOptionalParams): Promise<IntegrationRuntimeStopOperationStatus>

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

integrationRuntimeOperationId

string

Integration runtime Operation Id

options
GetIntegrationRuntimeStopOptionalParams

The options parameters.

Returns