az datafactory integration-runtime self-hosted
備註
此參考是 Azure CLI 的 datafactory 延伸模組的一部分(2.15.0 版或更高版本)。 擴充功能會在您第一次執行 az datafactory integration-runtime 自我裝載 命令時自動安裝。 深入瞭解擴充功能。
使用 Datafactory 子群組自我裝載來管理整合運行時間。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az datafactory integration-runtime self-hosted create |
建立整合運行時間。 |
擴充套件 | GA |
az datafactory integration-runtime self-hosted create
建立整合運行時間。
az datafactory integration-runtime self-hosted create --factory-name
--integration-runtime-name
--resource-group
[--description]
[--enable-scia]
[--if-match]
[--linked-info]
範例
IntegrationRuntimes_Create
az datafactory integration-runtime self-hosted create --factory-name "exampleFactoryName" --description "A selfhosted integration runtime" --name "exampleIntegrationRuntime" --resource-group "exampleResourceGroup"
必要參數
--factory-name
Factory 名稱。
--integration-runtime-name --name -n
整合運行時間名稱。
--resource-group -g
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
--description
整合運行時間描述。
--enable-scia --enable-self-contained-interactive-authoring
當您的自我裝載整合運行時間無法與 Azure 轉寄建立連線時,確保互動式撰寫函式的替代選項。
--if-match
整合運行時間實體的 ETag。 應該只針對更新指定,而更新應該符合現有的實體,也可以為 * 進行無條件更新。
--linked-info
連結整合運行時間的基底定義。 預期值:json-string/json-file/@json-file。
全域參數
--debug
提高日誌詳細程度以顯示所有調試日誌。
--help -h
顯示此說明訊息並結束。
--only-show-errors
只顯示錯誤,隱藏警告。
--output -o
輸出格式。
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
--subscription
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
--verbose
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。