az datafactory integration-runtime self-hosted
Datafactory integration-runtime sub group self-hosted.
Commands
az datafactory integration-runtime self-hosted create |
Creates or updates an integration runtime. |
az datafactory integration-runtime self-hosted create
Creates or updates an integration runtime.
az datafactory integration-runtime self-hosted create --factory-name
--name
--resource-group
[--description]
[--if-match]
[--type-properties-linked-info]
Examples
IntegrationRuntimes_Create
az datafactory integration-runtime self-hosted create --factory-name "myFactoryName" --description "A selfhosted integration runtime" --name "myIntegrationRuntime" --resource-group "myResourceGroup"
Required Parameters
The factory name.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
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 base definition of a linked integration runtime. Expected value: json-string/@json-file.
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.
Increase logging verbosity. Use --debug for full debug logs.