az datafactory integration-runtime managed
Datafactory integration-runtime sub group managed.
Commands
az datafactory integration-runtime managed create |
Creates or updates an integration runtime. |
az datafactory integration-runtime managed create
Creates or updates an integration runtime.
az datafactory integration-runtime managed create --factory-name
--name
--resource-group
[--description]
[--if-match]
[--type-properties-compute-properties]
[--type-properties-ssis-properties]
Examples
IntegrationRuntimes_Create
az datafactory integration-runtime managed 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 compute resource for managed integration runtime. Expected value: json-string/@json-file.
SSIS properties for managed 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.