共用方式為


Get-AzSynapseTrigger

取得工作區中觸發程式的相關信息。

語法

Get-AzSynapseTrigger
   -WorkspaceName <String>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseTrigger
   -WorkspaceObject <PSSynapseWorkspace>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzSynapseTrigger Cmdlet 會取得工作區中觸發程式的相關信息。 如果您指定觸發程式的名稱,Cmdlet 會取得該觸發程式的相關信息。 如果您未指定名稱,Cmdlet 會取得工作區中所有觸發程式的相關信息。

範例

範例 1

Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace

取得已在工作區 ContosoWorkspace 中建立的所有觸發程序清單。

範例 2

Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTrigger

取得工作區 ContosoWorkspace 中名為 ContosoTrigger 的單一觸發程式。

範例 3

$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseTrigger -Name ContosoTrigger

透過管線在工作區 ContosoWorkspace 中取得名為 ContosoTrigger 的單一觸發程式。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

觸發程式名稱。

類型:String
別名:TriggerName
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WorkspaceName

Synapse 工作區的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WorkspaceObject

工作區輸入物件,通常是透過管線傳遞。

類型:PSSynapseWorkspace
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

PSSynapseWorkspace

輸出

PSTriggerResource