< Back

Get-AzureRmDataFactoryV2IntegrationRuntimeMetric

Tue Jan 29, 2019 9:42 pm

NAME Get-AzureRmDataFactoryV2IntegrationRuntimeMetric



SYNOPSIS

Gets metric data for an integration runtime.





SYNTAX

Get-AzureRmDataFactoryV2IntegrationRuntimeMetric [-ResourceGroupName] <String> [-DataFactoryName] <String> [-Name] <String> [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmDataFactoryV2IntegrationRuntimeMetric [-InputObject] <PSIntegrationRuntime> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]



Get-AzureRmDataFactoryV2IntegrationRuntimeMetric [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataFactoryV2IntegrationRuntimeMetric cmdlet gets metric data about integration runtime in a data factory.





PARAMETERS

-DataFactoryName <String>

The data factory name.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InputObject <PSIntegrationRuntime>

The integration runtime object.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Name <String>

The integration runtime name.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

The resource group name.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceId <String>

The Azure resource ID.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime





OUTPUTS

Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics







NOTES









Example 1: Get integration runtime metric



PS C:\\> Get-AzureRmDataFactoryV2IntegrationRuntimeMetric -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}



This command displays metric data about the integration runtime named 'test-selfhost-ir' in the subscription for the resource group named

'rg-test-dfv2' and data factory named 'test-df-eu2'.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... timemetric

Get-AzureRmDataFactoryV2IntegrationRuntime