Get-AzSynapseLinkConnectionLinkTable
Hiermee wordt informatie opgehaald over koppelingstabellen onder een koppelingsverbinding.
Syntaxis
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 Get-AzSynapseLinkConnectionLinkTable cmdlet 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 ContosoLinkConnection 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 ContosoLinkConnection 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 |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-InputObject
De informatie over de koppelingsverbinding.
Type: | PSLinkConnectionResource |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-LinkConnectionName
Naam van koppelingsverbinding.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WorkspaceName
Naam van Synapse-werkruimte.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WorkspaceObject
werkruimte-invoerobject, meestal doorgegeven via de pijplijn.
Type: | PSSynapseWorkspace |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Azure PowerShell