az datafactory integration-runtime-node
Note
This reference is part of the datafactory extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az datafactory integration-runtime-node command. Learn more about extensions.
Manage integration runtime node with datafactory.
Commands
Name | Description | Type | Status |
---|---|---|---|
az datafactory integration-runtime-node delete |
Deletes a self-hosted integration runtime node. |
Extension | GA |
az datafactory integration-runtime-node get-ip-address |
Get the IP address of self-hosted integration runtime node. |
Extension | GA |
az datafactory integration-runtime-node show |
Gets a self-hosted integration runtime node. |
Extension | GA |
az datafactory integration-runtime-node update |
Updates a self-hosted integration runtime node. |
Extension | GA |
az datafactory integration-runtime-node delete
Deletes a self-hosted integration runtime node.
az datafactory integration-runtime-node delete [--factory-name]
[--ids]
[--integration-runtime-name]
[--node-name]
[--resource-group]
[--subscription]
[--yes]
Examples
IntegrationRuntimesNodes_Delete
az datafactory integration-runtime-node delete --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup"
Optional Parameters
The factory name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
The integration runtime node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datafactory integration-runtime-node get-ip-address
Get the IP address of self-hosted integration runtime node.
az datafactory integration-runtime-node get-ip-address [--factory-name]
[--ids]
[--integration-runtime-name]
[--node-name]
[--resource-group]
[--subscription]
Examples
IntegrationRuntimeNodes_GetIpAddress
az datafactory integration-runtime-node get-ip-address --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup"
Optional Parameters
The factory name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
The integration runtime node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datafactory integration-runtime-node show
Gets a self-hosted integration runtime node.
az datafactory integration-runtime-node show [--factory-name]
[--ids]
[--integration-runtime-name]
[--node-name]
[--resource-group]
[--subscription]
Examples
IntegrationRuntimeNodes_Get
az datafactory integration-runtime-node show --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup"
Optional Parameters
The factory name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
The integration runtime node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az datafactory integration-runtime-node update
Updates a self-hosted integration runtime node.
az datafactory integration-runtime-node update [--concurrent-jobs-limit]
[--factory-name]
[--ids]
[--integration-runtime-name]
[--node-name]
[--resource-group]
[--subscription]
Examples
IntegrationRuntimeNodes_Update
az datafactory integration-runtime-node update --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup" --concurrent-jobs-limit 2
Optional Parameters
The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.
The factory name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
The integration runtime node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.