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>]
Description
Get-AzSynapseIntegrationRuntimeNode cmdlet은 통합 런타임 노드의 세부 정보를 가져옵니다.
예제
예 1
Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1'
cmdlet은 ContosoWorkspace의 자체 호스팅 통합 런타임 'test-selfhost-ir'에서 'Node_1'이라는 노드의 정보를 가져옵니다.
예제 2
Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1' -IpAddress
cmdlet은 IP 주소를 포함하여 'test-df-eu2' 작업 영역의 자체 호스팅 통합 런타임 'test-selfhost-ir'에서 'Node_1'이라는 노드의 정보를 가져옵니다.
매개 변수
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
형식: | IAzureContextContainer |
별칭: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-InputObject
통합 런타임 개체입니다.
형식: | PSIntegrationRuntime |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-IntegrationRuntimeName
통합 런타임 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-IpAddress
통합 런타임 노드의 IP 주소입니다.
형식: | SwitchParameter |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Name
통합 런타임 노드 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceGroupName
리소스 그룹 이름
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceId
Synapse 통합 런타임의 리소스 식별자입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-WorkspaceName
Synapse 작업 영역의 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-WorkspaceObject
일반적으로 파이프라인을 통해 전달되는 작업 영역 입력 개체입니다.
형식: | PSSynapseWorkspace |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |