Bagikan melalui


Get-AzSynapseLinkConnectionLinkTable

Mendapatkan informasi tentang tabel tautan di bawah koneksi tautan.

Sintaks

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>]

Deskripsi

Cmdlet Get-AzSynapseLink Koneksi ionLinkTable mendapatkan informasi tentang tabel tautan di bawah koneksi tautan.

Contoh

Contoh 1

Get-AzSynapseLinkConnectionLinkTable -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection

Perintah ini mendapatkan informasi tentang tabel tautan di bawah koneksi tautan ContosoLink Koneksi ion di ruang kerja ContosoWorkspace.

Contoh 2

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

Perintah ini mendapatkan informasi tentang tabel tautan di bawah koneksi tautan ContosoLink Koneksi ion di ruang kerja ContosoWorkspace melalui alur.

Contoh 3

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

Perintah ini mendapatkan informasi tentang tabel tautan di bawah koneksi tautan melalui alur.

Parameter

-DefaultProfile

Kredensial, akun, penyewa, dan langganan yang digunakan untuk komunikasi dengan Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Informasi tentang koneksi tautan.

Type:PSLinkConnectionResource
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-LinkConnectionName

Nama koneksi tautan.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Nama ruang kerja Synapse.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

objek input ruang kerja, biasanya melewati alur.

Type:PSSynapseWorkspace
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Input

PSSynapseWorkspace

PSLinkConnectionResource

Output

PSLinkTableResource