Get-AzSynapseIntegrationRuntimeNode
Hämtar information om en integreringskörningsnod.
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
Cmdleten Get-AzSynapseIntegrationRuntimeNode hämtar information om en integrationskörningsnod.
Exempel
Exempel 1
Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1'
Cmdleten hämtar information om noden "Node_1" i lokalt installerad integrationskörning "test-selfhost-ir" i arbetsytan ContosoWorkspace.
Exempel 2
Get-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1' -IpAddress
Cmdleten hämtar information om noden "Node_1" i lokalt installerad integrationskörning "test-selfhost-ir" på arbetsytan "test-df-eu2", inklusive IP-adressen.
Parametrar
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-InputObject
Integration Runtime-objektet.
Typ: | PSIntegrationRuntime |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-IntegrationRuntimeName
Namnet på integrationskörningen.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-IpAddress
IP-adressen för integreringskörningsnoden.
Typ: | SwitchParameter |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Name
Namnet på integreringskörningsnoden.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceGroupName
Namn på resursgrupp.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceId
Resursidentifierare för Synapse-integreringskörning.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-WorkspaceName
Namnet på Synapse-arbetsytan.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-WorkspaceObject
indataobjekt för arbetsytan, som vanligtvis skickas via pipelinen.
Typ: | PSSynapseWorkspace |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Indata
Utdata
Azure PowerShell