Get-AzSynapseLinkConnectionLinkTableStatus
取得連結連接下的連結數據表狀態。
語法
Get-AzSynapseLinkConnectionLinkTableStatus
-WorkspaceName <String>
-LinkConnectionName <String>
-MaxSegmentCount <Int32>
[-ContinuationToken <Object>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSynapseLinkConnectionLinkTableStatus
-WorkspaceObject <PSSynapseWorkspace>
-LinkConnectionName <String>
-MaxSegmentCount <Int32>
[-ContinuationToken <Object>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSynapseLinkConnectionLinkTableStatus
-MaxSegmentCount <Int32>
-InputObject <PSLinkConnectionResource>
[-ContinuationToken <Object>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzSynapseLinkConnectionLinkTablesStatus Cmdlet 會取得連結連接下的鏈接數據表狀態。
範例
範例 1
Get-AzSynapseLinkConnectionLinkTableStatus -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection -MaxSegmentCount 50
此命令會取得工作區 ContosoWorkspace 中連結連接 ContosoLinkConnection 下最大區段計數 50 的鏈接資料表狀態。
範例 2
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionLinkTableStatus -LinkConnectionName ContosoLinkConnection -MaxSegmentCount 50
此命令會透過管線取得工作區 ContosoWorkspace 中連結連接 ContosoLinkConnection 下最大區段計數 50 的鏈接資料表狀態。
範例 3
$lc = Get-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
$lc | Get-AzSynapseLinkConnectionLinkTableStatus -MaxSegmentCount 50
此命令會透過管線取得連結連接下最大區段計數 50 的鏈接資料表狀態。
參數
-ContinuationToken
查詢數據表狀態的接續令牌。
類型: | Object |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-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 |
-MaxSegmentCount
查詢數據表狀態的區段計數上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceName
Synapse 工作區的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceObject
工作區輸入物件,通常是透過管線傳遞。
類型: | PSSynapseWorkspace |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |