Update-AzDataFactoryV2IntegrationRuntimeNode
セルフホステッド統合ランタイム ノードを更新します。
構文
Update-AzDataFactoryV2IntegrationRuntimeNode
-Name <String>
-ConcurrentJobsLimit <Int32>
[-IntegrationRuntimeName] <String>
[-ResourceGroupName] <String>
[-DataFactoryName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzDataFactoryV2IntegrationRuntimeNode
-Name <String>
-ConcurrentJobsLimit <Int32>
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzDataFactoryV2IntegrationRuntimeNode
-Name <String>
-ConcurrentJobsLimit <Int32>
[-InputObject] <PSIntegrationRuntime>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
説明
Update-AzDataFactoryV2IntegrationRuntimeNode コマンドレットは、データ ファクトリ内のセルフホステッド統合ランタイム ノードのプロパティを更新します。 現在、'ConcurrentJobsLimit' の更新のみがサポートされています。
例
例 1: セルフホステッド統合ランタイム ノードを更新する
Update-AzDataFactoryV2IntegrationRuntimeNode `
-ResourceGroupName 'rg-test-dfv2' `
-DataFactoryName 'test-df-eu2' `
-IntegrationRuntimeName 'test-selfhost-ir' `
-Name 'Node_1' `
-ConcurrentJobsLimit 3
このコマンドレットは、セルフホステッド統合ランタイム 'test-selfhost-ir' のノード 'Node_1' の "ConcurrentJobsLimit" を 3 に更新します。
パラメーター
-ConcurrentJobsLimit
統合ランタイム ノードで実行できる同時実行ジョブの数。 1 から maxConcurrentJobs までの値を使用できます。
型: | Int32 |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Confirm
コマンドレットの実行前に確認を求めるメッセージが表示されます。
型: | SwitchParameter |
Aliases: | cf |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DataFactoryName
データ ファクトリ名。
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
統合ランタイム オブジェクト。
型: | PSIntegrationRuntime |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-IntegrationRuntimeName
統合ランタイム名。
型: | String |
配置: | 2 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Name
統合ランタイム ノード名。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループ名。
型: | String |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceId
Azure リソース ID。
型: | String |
Aliases: | Id |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-WhatIf
コマンドレットの実行時に発生する内容を示します。 このコマンドレットは実行されません。
型: | SwitchParameter |
Aliases: | wi |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
出力
PSSelfHostedIntegrationRuntimeNode
メモ
キーワード: azure, azurerm, arm, リソース, 管理, マネージャー, データ, ファクトリ, コピー, アクティビティ, 統合ランタイム