IntegrationRuntimeOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<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.
begin_disable_interactive_query(resource_group_name: str, factory_name: str, integration_runtime_name: str, **kwargs: Any) -> LROPoller[IntegrationRuntimeResource]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
factory_name
Required
|
The factory name. Required. |
|
integration_runtime_name
Required
|
The integration runtime name. Required. |
Returns
| Type | Description |
|---|---|
|
An instance of LROPoller that returns IntegrationRuntimeResource. The IntegrationRuntimeResource is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|
begin_enable_interactive_query
Enable interactive authoring of Managed Virtual Network integration runtime.
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) -> LROPoller[_models.IntegrationRuntimeResource]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
factory_name
Required
|
The factory name. Required. |
|
integration_runtime_name
Required
|
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 LROPoller that returns IntegrationRuntimeResource. The IntegrationRuntimeResource is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|