Delen via


Get-AzSynapseIntegrationRuntimeNode

Hiermee haalt u informatie over het integration runtime-knooppunt op.

Syntax

Get-AzSynapseIntegrationRuntimeNode
   [-ResourceGroupName <String>]
   -WorkspaceName <String>
   -IntegrationRuntimeName <String>
   -Name <String>
   [-IpAddress]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseIntegrationRuntimeNode
   -IntegrationRuntimeName <String>
   -WorkspaceObject <PSSynapseWorkspace>
   -Name <String>
   [-IpAddress]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseIntegrationRuntimeNode
   -ResourceId <String>
   -Name <String>
   [-IpAddress]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseIntegrationRuntimeNode
   -InputObject <PSIntegrationRuntime>
   -Name <String>
   [-IpAddress]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

De cmdlet Get-AzSynapseIntegrationRuntimeNode haalt de gedetailleerde informatie op van een integration runtime-knooppunt.

Voorbeelden

Voorbeeld 1

Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1'

De cmdlet haalt informatie op van het knooppunt met de naam 'Node_1' in zelf-hostende Integration Runtime 'test-selfhost-ir' in werkruimte ContosoWorkspace.

Voorbeeld 2

Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1' -IpAddress

De cmdlet haalt informatie op van het knooppunt met de naam 'Node_1' in zelf-hostende Integration Runtime 'test-selfhost-ir' in werkruimte 'test-df-eu2', met inbegrip van het IP-adres.

Parameters

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Het integration runtime-object.

Type:PSIntegrationRuntime
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-IntegrationRuntimeName

De naam van de integratieruntime.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-IpAddress

Het IP-adres van het integration runtime-knooppunt.

Type:SwitchParameter
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

De naam van het integration runtime-knooppunt.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Naam van de resourcegroep.

Type:String
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

Resource-id van Synapse Integration Runtime.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Naam van Synapse-werkruimte.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

werkruimte-invoerobject, meestal doorgegeven via de pijplijn.

Type:PSSynapseWorkspace
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

Invoerwaarden

PSSynapseWorkspace

PSIntegrationRuntime

Uitvoerwaarden

PSManagedIntegrationRuntimeNode

PSSelfHostedIntegrationRuntimeNode