Get-AzDataFactoryV2IntegrationRuntimeNode
Hiermee haalt u informatie over het integration runtime-knooppunt op.
Syntaxis
Get-AzDataFactoryV2IntegrationRuntimeNode
-Name <String>
[-IpAddress]
[-IntegrationRuntimeName] <String>
[-ResourceGroupName] <String>
[-DataFactoryName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntimeNode
-Name <String>
[-IpAddress]
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDataFactoryV2IntegrationRuntimeNode
-Name <String>
[-IpAddress]
[-InputObject] <PSIntegrationRuntime>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De Get-AzDataFactoryV2IntegrationRuntimeNode cmdlet haalt de gedetailleerde informatie op van een Integration Runtime-knooppunt.
Voorbeelden
Voorbeeld 1: Haalt de gedetailleerde informatie op van een integration runtime-knooppunt.
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 :
De cmdlet haalt informatie op van het knooppunt met de naam 'Node_1' in zelf-hostende Integration Runtime 'test-selfhost-ir' in data factory 'test-df-eu2'.
Voorbeeld 2: Haalt de gedetailleerde informatie op van een integration runtime-knooppunt samen met het IP-adres.
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
De cmdlet haalt informatie op van het knooppunt met de naam 'Node_1' in zelf-hostende Integration Runtime 'test-selfhost-ir' in data factory 'test-df-eu2', inclusief het IP-adres.
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 |
-IntegrationRuntimeName
De naam van de integratieruntime.
Type: | String |
Position: | 2 |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-IpAddress
Het IP-adres van het integration runtime-knooppunt.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van het integration runtime-knooppunt.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
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
Uitvoerwaarden
PSManagedIntegrationRuntimeNode
PSSelfHostedIntegrationRuntimeNode
Notities
Trefwoorden: azure, azurerm, arm, resource, beheer, manager, gegevens, factory's, kopie, activiteiten, integratieruntime
Azure PowerShell