IntegrationRuntimeNodesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:integration_runtime_nodes> attribute.
- Inheritance
-
builtins.objectIntegrationRuntimeNodesOperations
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
- 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
- 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
- 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
- update_integration_runtime_node_request
- UpdateIntegrationRuntimeNodeRequest
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'>
Feedback
Submit and view feedback for