次の方法で共有


Get-AzDataFactoryV2IntegrationRuntimeMetric

統合ランタイムのメトリック データを取得します。

構文

Get-AzDataFactoryV2IntegrationRuntimeMetric
   [-Name] <String>
   [-ResourceGroupName] <String>
   [-DataFactoryName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntimeMetric
   [-ResourceId] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntimeMetric
   [-InputObject] <PSIntegrationRuntime>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzDataFactoryV2IntegrationRuntimeMetric コマンドレットは、データ ファクトリ内の統合ランタイムに関するメトリック データを取得します。

例 1: 統合ランタイム メトリックを取得する

Get-AzDataFactoryV2IntegrationRuntimeMetric -ResourceGroupName 'rg-test-dfv2' -DataFactoryName 'test-df-eu2' -Name 'test-selfhost-ir'

IntegrationRuntimeName ResourceGroupName DataFactoryName   Nodes   
---------------------- ----------------- ---------------   -----   
test-selfhost-ir       rg-test-dfv2      test-df-eu2       {Node_1}

このコマンドは、"rg-test-dfv2" という名前のリソース グループと 'test-df-eu2' という名前のデータ ファクトリのサブスクリプション内の "test-selfhost-ir" という名前の統合ランタイムに関するメトリック データを表示します。

パラメーター

-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

-Name

統合ランタイム名。

型:String
Aliases:IntegrationRuntimeName
配置:2
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-ResourceGroupName

リソース グループ名。

型:String
配置:0
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-ResourceId

Azure リソース ID。

型:String
Aliases:Id
配置:0
規定値:None
必須:True
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

入力

String

PSIntegrationRuntime

出力

PSIntegrationRuntimeMetrics