Share via


IntegrationRuntimeOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DataFactoryManagementClient's

<xref:integration_runtime> attribute.

Constructor

IntegrationRuntimeOperations(*args, **kwargs)

Methods

begin_disable_interactive_query

Disable interactive authoring of Managed Virtual Network integration runtime.

begin_enable_interactive_query

Enable interactive authoring of Managed Virtual Network integration runtime.

begin_disable_interactive_query

Disable interactive authoring of Managed Virtual Network integration runtime.

async begin_disable_interactive_query(resource_group_name: str, factory_name: str, integration_runtime_name: str, **kwargs: Any) -> AsyncLROPoller[IntegrationRuntimeResource]

Parameters

Name Description
resource_group_name
Required
str

The resource group name. Required.

factory_name
Required
str

The factory name. Required.

integration_runtime_name
Required
str

The integration runtime name. Required.

Returns

Type Description

An instance of AsyncLROPoller that returns either IntegrationRuntimeResource or the result of cls(response)

Exceptions

Type Description

begin_enable_interactive_query

Enable interactive authoring of Managed Virtual Network integration runtime.

async begin_enable_interactive_query(resource_group_name: str, factory_name: str, integration_runtime_name: str, enable_interactive_query_request: _models.EnableInteractiveQueryRequest, *, content_type: str = 'application/json', **kwargs: Any) -> AsyncLROPoller[_models.IntegrationRuntimeResource]

Parameters

Name Description
resource_group_name
Required
str

The resource group name. Required.

factory_name
Required
str

The factory name. Required.

integration_runtime_name
Required
str

The integration runtime name. Required.

enable_interactive_query_request
Required

The enable interactive authoring integration runtime properties. Is either a EnableInteractiveQueryRequest type or a IO[bytes] type. Required.

Returns

Type Description

An instance of AsyncLROPoller that returns either IntegrationRuntimeResource or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.datafactory.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv112\\Lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>