Get-AzSynapseDataFlowDebugSession
取得指定 Synapse 工作區中的所有作用中數據流偵錯會話。
語法
Get-AzSynapseDataFlowDebugSession
-WorkspaceName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSynapseDataFlowDebugSession
-WorkspaceObject <PSSynapseWorkspace>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
列出指定 Synapse 工作區中的所有作用中數據流偵錯會話,其中包含詳細數據。
範例
範例 1
Get-AzSynapseDataFlowDebugSession -WorkspaceName ContosoWorkspace
取得 Synapse 工作區 「ContosoWorkspace」 中的所有作用中數據流偵錯會話。
範例 2
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseDataFlowDebugSession
透過管線取得 Synapse 工作區 「ContosoWorkspace」 中的所有作用中資料流偵錯會話。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceName
Synapse 工作區的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceObject
工作區輸入物件,通常是透過管線傳遞。
類型: | PSSynapseWorkspace |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |