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

--name -n

The integration runtime name.

--resource-group -g

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

--workspace-name

The workspace name.

Optional Parameters

--description

The integration runtime description.

--if-match

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.

--no-wait

Do not wait for the long-running operation to finish.

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.