IntegrationRuntimeNodesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DataFactoryManagementClient's

<xref:integration_runtime_nodes> attribute.

Inheritance
builtins.object
IntegrationRuntimeNodesOperations

Constructor

IntegrationRuntimeNodesOperations(*args, **kwargs)

Methods

delete

Deletes a self-hosted integration runtime node.

get

Gets a self-hosted integration runtime node.

get_ip_address

Get the IP address of self-hosted integration runtime node.

update

Updates a self-hosted integration runtime node.

delete

Deletes a self-hosted integration runtime node.

async delete(resource_group_name: str, factory_name: str, integration_runtime_name: str, node_name: str, **kwargs: Any) -> None

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

integration_runtime_name
str
Required

The integration runtime name.

node_name
str
Required

The integration runtime node name.

cls
callable

A custom type or function that will be passed the direct response

Returns

None, or the result of cls(response)

Return type

Exceptions

get

Gets a self-hosted integration runtime node.

async get(resource_group_name: str, factory_name: str, integration_runtime_name: str, node_name: str, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.SelfHostedIntegrationRuntimeNode

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

integration_runtime_name
str
Required

The integration runtime name.

node_name
str
Required

The integration runtime node name.

cls
callable

A custom type or function that will be passed the direct response

Returns

SelfHostedIntegrationRuntimeNode, or the result of cls(response)

Return type

Exceptions

get_ip_address

Get the IP address of self-hosted integration runtime node.

async get_ip_address(resource_group_name: str, factory_name: str, integration_runtime_name: str, node_name: str, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.IntegrationRuntimeNodeIpAddress

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

integration_runtime_name
str
Required

The integration runtime name.

node_name
str
Required

The integration runtime node name.

cls
callable

A custom type or function that will be passed the direct response

Returns

IntegrationRuntimeNodeIpAddress, or the result of cls(response)

Return type

Exceptions

update

Updates a self-hosted integration runtime node.

async update(resource_group_name: str, factory_name: str, integration_runtime_name: str, node_name: str, update_integration_runtime_node_request: azure.mgmt.datafactory.models._models_py3.UpdateIntegrationRuntimeNodeRequest, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.SelfHostedIntegrationRuntimeNode

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

integration_runtime_name
str
Required

The integration runtime name.

node_name
str
Required

The integration runtime node name.

update_integration_runtime_node_request
UpdateIntegrationRuntimeNodeRequest
Required

The parameters for updating an integration runtime node.

cls
callable

A custom type or function that will be passed the direct response

Returns

SelfHostedIntegrationRuntimeNode, or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>