Get-AzSynapseLinkConnectionLinkTable
取得連結連接下連結數據表的相關信息。
語法
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
Get-AzSynapseLinkConnectionLinkTable Cmdlet 會取得連結連接下鏈接數據表的相關信息。
範例
範例 1
Get-AzSynapseLinkConnectionLinkTable -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection
此命令會取得工作區 ContosoWorkspace 中連結連接 ContosoLinkConnection 下的鏈接資料表相關信息。
範例 2
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionLinkTable -LinkConnectionName ContosoLinkConnection
此命令會透過管線取得工作區 ContosoWorkspace 中連結連接 ContosoLinkConnection 下的鏈接資料表相關信息。
範例 3
$lc = Get-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
$lc | Get-AzSynapseLinkConnectionLinkTable
此命令會透過管線取得連結連接下的連結資料表相關信息。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
連結連接的相關信息。
類型: | PSLinkConnectionResource |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-LinkConnectionName
連結連接的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceName
Synapse 工作區的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceObject
工作區輸入物件,通常是透過管線傳遞。
類型: | PSSynapseWorkspace |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |