Freigeben über


Get-AzSynapseIntegrationRuntimeKey

Ruft Schlüssel für eine selbst gehostete Integrationslaufzeit ab.

Syntax

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

Beschreibung

Das Cmdlet Get-AzSynapseIntegrationRuntimeKey ruft Schlüssel für eine Integrationslaufzeit ab. Die Schlüssel werden verwendet, um einen Integrationslaufzeitknoten zu registrieren.

Beispiele

Beispiel 1

Get-AzSynapseIntegrationRuntimeKey -WorkspaceName ContosoWorkspace -Name 'test-selfhost-ir'

Das Cmdlet ruft Schlüssel für eine Integrationslaufzeit mit dem Namen "test-selfhost-ir" ab.

Parameter

-DefaultProfile

Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure

Typ:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Das Integrationslaufzeitobjekt.

Typ:PSIntegrationRuntime
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

Der Name der Integrationslaufzeit.

Typ:String
Aliases:IntegrationRuntimeName
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Ressourcengruppenname

Typ:String
Position:Named
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

Ressourcenbezeichner der Synapse-Integrationslaufzeit.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Name des Synapse-Arbeitsbereichs.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

Arbeitsbereichseingabeobjekt, in der Regel durch die Pipeline übergeben.

Typ:PSSynapseWorkspace
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

Eingaben

PSSynapseWorkspace

PSIntegrationRuntime

Ausgaben

PSIntegrationRuntimeKeys