az datafactory integration-runtime linked-integration-runtime

참고

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

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

명령

az datafactory integration-runtime linked-integration-runtime create

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

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입니다.