az datafactory integration-runtime linked-integration-runtime

참고 항목

이 참조는 Azure CLI(버전 2.15.0 이상)에 대한 데이터 팩터리 확장의 일부입니다. 이 확장은 az datafactory integration-runtime linked-integration-runtime 명령을 처음 실행할 때 자동으로 설치됩니다. 확장 프로그램에 대해 자세히 알아보세요.

데이터 팩터리 하위 그룹 linked-integration-runtime을 사용하여 통합 런타임을 관리합니다.

명령

Name Description 형식 상태
az datafactory integration-runtime linked-integration-runtime create

공유 통합 런타임에서 연결된 통합 런타임 항목을 만듭니다.

내선 번호 GA

az datafactory integration-runtime linked-integration-runtime create

공유 통합 런타임에서 연결된 통합 런타임 항목을 만듭니다.

az datafactory integration-runtime linked-integration-runtime create --factory-name
                                                                     --integration-runtime-name
                                                                     --resource-group
                                                                     [--data-factory-name]
                                                                     [--location]
                                                                     [--name]
                                                                     [--subscription-id]

예제

IntegrationRuntimes_CreateLinkedIntegrationRuntime

az datafactory integration-runtime linked-integration-runtime create --name "bfa92911-9fb6-4fbe-8f23-beae87bc1c83" --location "West US" --data-factory-name "e9955d6d-56ea-4be3-841c-52a12c1a9981" --subscription-id "061774c7-4b5a-4159-a55b-365581830283" --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --resource-group "exampleResourceGroup"

필수 매개 변수

--factory-name

팩터리 이름입니다.

--integration-runtime-name

통합 런타임 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--data-factory-name

연결된 통합 런타임이 속한 데이터 팩터리의 이름입니다.

--location -l

위치. 값: az account list-locations. az configure --defaults location=<location>을 사용하여 기본 위치를 구성할 수 있습니다.

--name

연결된 통합 런타임의 이름입니다.

--subscription-id

연결된 통합 런타임이 속한 구독의 ID입니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.