az datafactory integration-runtime-node

Uwaga

Ta dokumentacja jest częścią rozszerzenia datafactory interfejsu wiersza polecenia platformy Azure (wersja 2.15.0 lub nowsza). Rozszerzenie automatycznie zainstaluje polecenie az datafactory integration-runtime-node po raz pierwszy. Dowiedz się więcej o rozszerzeniach.

Zarządzanie węzłem środowiska Integration Runtime za pomocą funkcji datafactory.

Polecenia

az datafactory integration-runtime-node delete

Usuwa węzeł własnego środowiska Integration Runtime.

az datafactory integration-runtime-node get-ip-address

Pobierz adres IP węzła własnego środowiska Integration Runtime.

az datafactory integration-runtime-node show

Pobiera węzeł własnego środowiska Integration Runtime.

az datafactory integration-runtime-node update

Aktualizuje węzeł własnego środowiska Integration Runtime.

az datafactory integration-runtime-node delete

Usuwa węzeł własnego środowiska Integration Runtime.

az datafactory integration-runtime-node delete --factory-name
                                               --integration-runtime-name
                                               --node-name
                                               --resource-group
                                               [--yes]

Przykłady

IntegrationRuntimesNodes_Delete

az datafactory integration-runtime-node delete --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup"

Parametry wymagane

--factory-name

Nazwa fabryki.

--integration-runtime-name

Nazwa środowiska Integration Runtime.

--node-name

Nazwa węzła środowiska Integration Runtime.

--resource-group -g

Nazwa grupy zasobów. Grupę domyślną można skonfigurować przy użyciu polecenia az configure --defaults group=<name>.

Parametry opcjonalne

--yes -y

Nie monituj o potwierdzenie.

az datafactory integration-runtime-node get-ip-address

Pobierz adres IP węzła własnego środowiska Integration Runtime.

az datafactory integration-runtime-node get-ip-address --factory-name
                                                       --integration-runtime-name
                                                       --node-name
                                                       --resource-group

Przykłady

IntegrationRuntimeNodes_GetIpAddress

az datafactory integration-runtime-node get-ip-address --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup"

Parametry wymagane

--factory-name

Nazwa fabryki.

--integration-runtime-name

Nazwa środowiska Integration Runtime.

--node-name

Nazwa węzła środowiska Integration Runtime.

--resource-group -g

Nazwa grupy zasobów. Grupę domyślną można skonfigurować przy użyciu polecenia az configure --defaults group=<name>.

az datafactory integration-runtime-node show

Pobiera węzeł własnego środowiska Integration Runtime.

az datafactory integration-runtime-node show --factory-name
                                             --integration-runtime-name
                                             --node-name
                                             --resource-group

Przykłady

IntegrationRuntimeNodes_Get

az datafactory integration-runtime-node show --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup"

Parametry wymagane

--factory-name

Nazwa fabryki.

--integration-runtime-name

Nazwa środowiska Integration Runtime.

--node-name

Nazwa węzła środowiska Integration Runtime.

--resource-group -g

Nazwa grupy zasobów. Grupę domyślną można skonfigurować przy użyciu polecenia az configure --defaults group=<name>.

az datafactory integration-runtime-node update

Aktualizuje węzeł własnego środowiska Integration Runtime.

az datafactory integration-runtime-node update --factory-name
                                               --integration-runtime-name
                                               --node-name
                                               --resource-group
                                               [--concurrent-jobs-limit]

Przykłady

IntegrationRuntimeNodes_Update

az datafactory integration-runtime-node update --factory-name "exampleFactoryName" --integration-runtime-name "exampleIntegrationRuntime" --node-name "Node_1" --resource-group "exampleResourceGroup" --concurrent-jobs-limit 2

Parametry wymagane

--factory-name

Nazwa fabryki.

--integration-runtime-name

Nazwa środowiska Integration Runtime.

--node-name

Nazwa węzła środowiska Integration Runtime.

--resource-group -g

Nazwa grupy zasobów. Grupę domyślną można skonfigurować przy użyciu polecenia az configure --defaults group=<name>.

Parametry opcjonalne

--concurrent-jobs-limit

Liczba współbieżnych zadań, które mogą być uruchamiane w węźle środowiska Integration Runtime. Dozwolone są wartości z zakresu od 1 do maxConcurrentJobs(inclusive).