Delen via


Get-AzSynapseLinkConnectionLinkTable

Hiermee wordt informatie opgehaald over koppelingstabellen onder een koppelingsverbinding.

Syntax

Get-AzSynapseLinkConnectionLinkTable
   -WorkspaceName <String>
   -LinkConnectionName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseLinkConnectionLinkTable
   -WorkspaceObject <PSSynapseWorkspace>
   -LinkConnectionName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseLinkConnectionLinkTable
   -InputObject <PSLinkConnectionResource>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

De cmdlet Get-AzSynapseLink Verbinding maken ionLinkTable haalt informatie op over koppelingstabellen onder een koppelingsverbinding.

Voorbeelden

Voorbeeld 1

Get-AzSynapseLinkConnectionLinkTable -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection

Met deze opdracht wordt informatie opgehaald over koppelingstabellen onder koppelingsverbinding ContosoLink Verbinding maken ion in werkruimte ContosoWorkspace.

Voorbeeld 2

$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionLinkTable -LinkConnectionName ContosoLinkConnection

Met deze opdracht wordt informatie opgehaald over koppelingstabellen onder koppelingsverbinding ContosoLink Verbinding maken ion in werkruimte ContosoWorkspace via pijplijn.

Voorbeeld 3

$lc = Get-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
$lc | Get-AzSynapseLinkConnectionLinkTable

Met deze opdracht wordt informatie opgehaald over koppelingstabellen onder een koppelingsverbinding via een pijplijn.

Parameters

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

De informatie over de koppelingsverbinding.

Type:PSLinkConnectionResource
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-LinkConnectionName

Naam van koppelingsverbinding.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Naam van Synapse-werkruimte.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

werkruimte-invoerobject, meestal doorgegeven via de pijplijn.

Type:PSSynapseWorkspace
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

Invoerwaarden

PSSynapseWorkspace

PSLinkConnectionResource

Uitvoerwaarden

PSLinkTableResource