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

--factory-name

The factory name.

--ids

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.

--integration-runtime-name

The integration runtime name.

--node-name

The integration runtime node name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--factory-name

The factory name.

--ids

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.

--integration-runtime-name

The integration runtime name.

--node-name

The integration runtime node name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--factory-name

The factory name.

--ids

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.

--integration-runtime-name

The integration runtime name.

--node-name

The integration runtime node name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--concurrent-jobs-limit

The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.

--factory-name

The factory name.

--ids

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.

--integration-runtime-name

The integration runtime name.

--node-name

The integration runtime node name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.