Delen via


Get-AzDataFactoryV2IntegrationRuntimeMetric

Haalt metrische gegevens op voor een integration runtime.

Syntaxis

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>]

Description

De Get-AzDataFactoryV2IntegrationRuntimeMetric cmdlet haalt metrische gegevens op over integration runtime in een data factory.

Voorbeelden

Voorbeeld 1: Metrische gegevens van Integration Runtime ophalen

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}

Met deze opdracht worden metrische gegevens weergegeven over de integratieruntime met de naam test-selfhost-ir in het abonnement voor de resourcegroep met de naam rg-test-dfv2 en data factory met de naam test-df-eu2.

Parameters

-DataFactoryName

De naam van de data factory.

Type:String
Position:1
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-DefaultProfile

De referenties, het account, de tenant en het abonnement die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliassen:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-InputObject

Het integration runtime-object.

Type:PSIntegrationRuntime
Position:0
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Name

De naam van de integratieruntime.

Type:String
Aliassen:IntegrationRuntimeName
Position:2
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-ResourceGroupName

De naam van de resourcegroep.

Type:String
Position:0
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-ResourceId

De Azure-resource-id.

Type:String
Aliassen:Id
Position:0
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Invoerwaarden

String

PSIntegrationRuntime

Uitvoerwaarden

PSIntegrationRuntimeMetrics