Skip to main content

integration_runtime

Creates, updates, deletes, gets or lists an integration_runtime resource.

Overview

Nameintegration_runtime
TypeResource
Idazure.data_factory.integration_runtime

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
enable_interactive_queryexecresource_group_name, factory_name, integration_runtime_name, subscription_idEnable interactive authoring of Managed Virtual Network integration runtime.
disable_interactive_queryexecresource_group_name, factory_name, integration_runtime_name, subscription_idDisable interactive authoring of Managed Virtual Network integration runtime.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
factory_namestringThe factory name. Required.
integration_runtime_namestringThe integration runtime name. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring

Lifecycle Methods

Enable interactive authoring of Managed Virtual Network integration runtime.

EXEC azure.data_factory.integration_runtime.enable_interactive_query 
@resource_group_name='{{ resource_group_name }}' --required,
@factory_name='{{ factory_name }}' --required,
@integration_runtime_name='{{ integration_runtime_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"autoTerminationMinutes": {{ autoTerminationMinutes }}
}'
;