你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 cmdlet 获取有关数据工厂中集成运行时的指标数据。
示例
示例 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-selfhost-ir”的集成运行时的指标数据,以及名为“test-df-eu2”的数据工厂。
参数
-DataFactoryName
数据工厂名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
集成运行时对象。
类型: | PSIntegrationRuntime |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
集成运行时名称。
类型: | String |
别名: | IntegrationRuntimeName |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceId
Azure 资源 ID。
类型: | String |
别名: | Id |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |