Get-AzDataFactoryV2IntegrationRuntimeNode
Gets an integration runtime node information.
Syntax
ByIntegrationRuntimeName (Default)
Get-AzDataFactoryV2IntegrationRuntimeNode
[-IntegrationRuntimeName] <String>
[-ResourceGroupName] <String>
[-DataFactoryName] <String>
-Name <String>
[-IpAddress]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByResourceId
Get-AzDataFactoryV2IntegrationRuntimeNode
[-ResourceId] <String>
-Name <String>
[-IpAddress]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByIntegrationRuntimeObject
Get-AzDataFactoryV2IntegrationRuntimeNode
[-InputObject] <PSIntegrationRuntime>
-Name <String>
[-IpAddress]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzDataFactoryV2IntegrationRuntimeNode cmdlet gets the detail information of an integration runtime node.
Examples
Get-AzDataFactoryV2IntegrationRuntimeNode -ResourceGroupName 'rg-test-dfv2' -DataFactoryName 'test-df-eu2' -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1'
ResourceGroupName : rg-test-dfv2
DataFactoryName : test-df-eu2
IntegrationRuntimeName : test-selfhost-ir
Name : Node_1
MachineName : Test-02
HostServiceUri : https://Test-02.redmond.corp.microsoft.com:8050/HostServiceRemote.svc/
Status : Online
Capabilities : {[serviceBusConnected, True], [httpsPortEnabled, True], [credentialInSync, True], [connectedToResourceManager, True]...}
VersionStatus : UpToDate
Version : 3.2.6519.3
RegisterTime : 12/1/2017 6:48:15 AM
LastConnectTime : 12/1/2017 7:35:03 AM
ExpiryTime :
LastStartTime : 12/1/2017 6:49:26 AM
LastStopTime :
LastUpdateResult : None
LastStartUpdateTime :
LastEndUpdateTime :
IsActiveDispatcher : True
ConcurrentJobsLimit :
MaxConcurrentJobs : 48
IpAddress :
The cmdlet gets information of node named 'Node_1' in self-hosted integration runtime 'test-selfhost-ir' in data factory 'test-df-eu2'.
Get-AzDataFactoryV2IntegrationRuntimeNode -ResourceGroupName 'rg-test-dfv2' -DataFactoryName 'test-df-eu2' -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1' -IpAddress
ResourceGroupName : rg-test-dfv2
DataFactoryName : test-df-eu2
IntegrationRuntimeName : test-selfhost-ir
Name : Node_1
MachineName : Test-02
HostServiceUri : https://Test-02.redmond.corp.microsoft.com:8050/HostServiceRemote.svc/
Status : Online
Capabilities : {[serviceBusConnected, True], [httpsPortEnabled, True], [credentialInSync, True], [connectedToResourceManager, True]...}
VersionStatus : UpToDate
Version : 3.2.6519.3
RegisterTime : 12/1/2017 6:48:15 AM
LastConnectTime : 12/1/2017 7:35:03 AM
ExpiryTime :
LastStartTime : 12/1/2017 6:49:26 AM
LastStopTime :
LastUpdateResult : None
LastStartUpdateTime :
LastEndUpdateTime :
IsActiveDispatcher : True
ConcurrentJobsLimit :
MaxConcurrentJobs : 48
IpAddress : 167.220.1.167
The cmdlet gets information of node named 'Node_1' in self-hosted integration runtime 'test-selfhost-ir' in data factory 'test-df-eu2', including the IP address.
Parameters
-DataFactoryName
The data factory name.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
ByIntegrationRuntimeName
Position: 1
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Parameter properties
Type: IAzureContextContainer
Default value: None
Supports wildcards: False
DontShow: False
Aliases: AzContext, AzureRmContext, AzureCredential
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
The integration runtime object.
ByIntegrationRuntimeObject
Position: 0
Mandatory: True
Value from pipeline: True
Value from pipeline by property name: False
Value from remaining arguments: False
-IntegrationRuntimeName
The integration runtime name.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
ByIntegrationRuntimeName
Position: 2
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
-IpAddress
The IP Address of integration runtime node.
Parameter properties
Type: SwitchParameter
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-Name
The integration runtime node name.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ResourceGroupName
The resource group name.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
ByIntegrationRuntimeName
Position: 0
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
-ResourceId
The Azure resource ID.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Aliases: Id
Parameter sets
ByResourceId
Position: 0
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
Outputs
Notes
Keywords: azure, azurerm, arm, resource, management, manager, data, factories, copy, activities, integration runtime