az synapse integration-runtime self-hosted
Manage integration runtime with synapse sub group self-hosted.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse integration-runtime self-hosted create |
Create an self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime self-hosted create
Create an self-hosted integration runtime.
az synapse integration-runtime self-hosted create --name
--resource-group
--workspace-name
[--description]
[--if-match]
[--no-wait]
Examples
Create an self-hosted integration runtime.
az synapse integration-runtime self-hosted create --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Optional Parameters
The integration runtime description.
ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
Do not wait for the long-running operation to finish.
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.