az synapse integration-runtime-node
Manage Synapse's self-hosted integration runtime nodes.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse integration-runtime-node delete |
Remove a self-hosted integration runtime node. |
Core | GA |
az synapse integration-runtime-node get-ip-address |
Get self-hosted integration runtime node ip. |
Core | GA |
az synapse integration-runtime-node show |
Get self-hosted integration runtime node information. |
Core | GA |
az synapse integration-runtime-node update |
Update self-hosted integration runtime node. |
Core | GA |
az synapse integration-runtime-node delete
Remove a self-hosted integration runtime node.
az synapse integration-runtime-node delete --node-name
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
Remove a self-hosted integration runtime node.
az synapse integration-runtime-node delete --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime --node-name testnode
Required Parameters
The integration runtime node name.
Optional Parameters
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.
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
.
The workspace name.
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 synapse integration-runtime-node get-ip-address
Get self-hosted integration runtime node ip.
az synapse integration-runtime-node get-ip-address --node-name
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get self-hosted integration runtime node ip.
az synapse integration-runtime-node get-ip-address --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime --node-name testnode
Required Parameters
The integration runtime node name.
Optional Parameters
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.
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
.
The workspace name.
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 synapse integration-runtime-node show
Get self-hosted integration runtime node information.
az synapse integration-runtime-node show --node-name
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get self-hosted integration runtime node information.
az synapse integration-runtime-node show --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime --node-name testnode
Required Parameters
The integration runtime node name.
Optional Parameters
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.
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
.
The workspace name.
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 synapse integration-runtime-node update
Update self-hosted integration runtime node.
az synapse integration-runtime-node update --auto-update {Off, On}
--node-name
--update-delay-offset
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Update self-hosted integration runtime node.
az synapse integration-runtime-node update --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime --node-name testnode --auto-update On --update-delay-offset 'PT03H'
Required Parameters
Enable or disable the self-hosted integration runtime auto-update.
The integration runtime node name.
The time of the day for the self-hosted integration runtime auto-update.
Optional Parameters
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.
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
.
The workspace name.
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.