次の方法で共有


Get-AzSynapseIntegrationRuntimeNode

統合ランタイム ノード情報を取得します。

構文

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>]

説明

Get-AzSynapseIntegrationRuntimeNode コマンドレットは、統合ランタイム ノードの詳細情報を取得します。

例 1

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

このコマンドレットは、ワークスペース ContosoWorkspace のセルフホステッド統合ランタイム 'test-selfhost-ir' の "Node_1" という名前のノードの情報を取得します。

例 2

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

このコマンドレットは、ワークスペース 'test-df-eu2' のセルフホステッド統合ランタイム 'test-selfhost-ir' の "Node_1" という名前のノードの情報 (IP アドレスを含む) を取得します。

パラメーター

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

統合ランタイム オブジェクト。

Type:PSIntegrationRuntime
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-IntegrationRuntimeName

統合ランタイム名。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-IpAddress

統合ランタイム ノードの IP アドレス。

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

統合ランタイム ノード名。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

リソース グループ名。

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

Synapse 統合ランタイムのリソース識別子。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Synapse ワークスペースの名前。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

ワークスペース入力オブジェクト。通常はパイプラインを介して渡されます。

Type:PSSynapseWorkspace
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

入力

PSSynapseWorkspace

PSIntegrationRuntime

出力

PSManagedIntegrationRuntimeNode

PSSelfHostedIntegrationRuntimeNode