Get-AzSynapseIntegrationRuntimeNode
Gets an integration runtime node information.
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
The Get-AzSynapseIntegrationRuntimeNode cmdlet gets the detail information of an integration runtime node.
Examples
Example 1
Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1'
The cmdlet gets information of node named 'Node_1' in self-hosted integration runtime 'test-selfhost-ir' in workspace ContosoWorkspace.
Example 2
Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1' -IpAddress
The cmdlet gets information of node named 'Node_1' in self-hosted integration runtime 'test-selfhost-ir' in workspace 'test-df-eu2', including the IP address.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
The integration runtime object.
Type: | PSIntegrationRuntime |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-IntegrationRuntimeName
The integration runtime name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IpAddress
The IP Address of integration runtime node.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The integration runtime node name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
Resource group name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
Resource identifier of Synapse integration runtime.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WorkspaceName
Name of Synapse workspace.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WorkspaceObject
workspace input object, usually passed through the pipeline.
Type: | PSSynapseWorkspace |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Azure PowerShell