az synapse integration-runtime managed
Manage integration runtime with synapse sub group managed.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse integration-runtime managed create |
Create an managed integration runtime. |
Core | GA |
az synapse integration-runtime managed create
Create an managed integration runtime.
az synapse integration-runtime managed create --name
--resource-group
--workspace-name
[--compute-type {ComputeOptimized, General, MemoryOptimized}]
[--core-count]
[--description]
[--if-match]
[--location]
[--no-wait]
[--time-to-live]
Examples
Create an managed integration runtime.
az synapse integration-runtime managed 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
Compute type of the data flow cluster which will execute data flow job.
Core count of the data flow cluster which will execute data flow job.
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.
The integration runtime location.
Do not wait for the long-running operation to finish.
Time to live (in minutes) setting of the data flow cluster which will execute data flow job.
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.