Get-AzDataFactoryV2IntegrationRuntimeNode
Ottiene informazioni sul nodo del runtime di integrazione.
Sintassi
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>]
Descrizione
Il cmdlet Get-AzDataFactoryV2IntegrationRuntimeNode ottiene le informazioni dettagliate di un nodo del runtime di integrazione.
Esempio
Esempio 1: ottiene le informazioni dettagliate di un nodo del runtime di integrazione.
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 :
Il cmdlet ottiene informazioni sul nodo denominato 'Node_1' nel runtime di integrazione self-hosted 'test-selfhost-ir' nella data factory 'test-df-eu2'.
Esempio 2: ottiene le informazioni dettagliate di un nodo del runtime di integrazione insieme all'indirizzo IP.
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
Il cmdlet ottiene informazioni sul nodo denominato 'Node_1' nel runtime di integrazione self-hosted 'test-selfhost-ir' nella data factory 'test-df-eu2', incluso l'indirizzo IP.
Parametri
-DataFactoryName
Nome della data factory.
Tipo: | String |
Posizione: | 1 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-DefaultProfile
Credenziali, account, tenant e sottoscrizione usati per la comunicazione con Azure.
Tipo: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Posizione: | Named |
Valore predefinito: | None |
Necessario: | False |
Accettare l'input della pipeline: | False |
Accettare caratteri jolly: | False |
-InputObject
Oggetto runtime di integrazione.
Tipo: | PSIntegrationRuntime |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-IntegrationRuntimeName
Nome del runtime di integrazione.
Tipo: | String |
Posizione: | 2 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-IpAddress
Indirizzo IP del nodo del runtime di integrazione.
Tipo: | SwitchParameter |
Posizione: | Named |
Valore predefinito: | None |
Necessario: | False |
Accettare l'input della pipeline: | False |
Accettare caratteri jolly: | False |
-Name
Nome del nodo del runtime di integrazione.
Tipo: | String |
Posizione: | Named |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | False |
Accettare caratteri jolly: | False |
-ResourceGroupName
Nome del gruppo di risorse.
Tipo: | String |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
-ResourceId
ID risorsa di Azure.
Tipo: | String |
Alias: | Id |
Posizione: | 0 |
Valore predefinito: | None |
Necessario: | True |
Accettare l'input della pipeline: | True |
Accettare caratteri jolly: | False |
Input
Output
PSManagedIntegrationRuntimeNode
PSSelfHostedIntegrationRuntimeNode
Note
Parole chiave: azure, azurerm, arm, resource, management, manager, data, factory, copia, attività, runtime di integrazione