你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzLogicAppTrigger
获取逻辑应用的触发器。
语法
Get-AzLogicAppTrigger
-ResourceGroupName <String>
-Name <String>
[-TriggerName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzLogicAppTrigger cmdlet 从逻辑应用获取触发器。 此 cmdlet 返回 WorkflowTrigger 对象。 指定工作流、资源组和触发器。 此模块支持动态参数。 若要使用动态参数,请在命令中键入它。 若要发现动态参数的名称,请在 cmdlet 名称后面键入连字符(-),然后重复按 Tab 键循环访问可用参数。 如果省略所需的模板参数,cmdlet 会提示输入值。
示例
示例 1:获取逻辑应用的触发器
Get-AzLogicAppTrigger -ResourceGroupName "ResourceGroup11" -Name "LogicApp05" -TriggerName "Trigger01"
ChangedTime : 1/14/2016 11:45:07 AM
CreatedTime : 1/13/2016 2:42:26 PM
LastExecutionTime : 1/14/2016 11:45:07 AM
Name : Trigger01
NextExecutionTime : 1/14/2016 12:45:07 PM
RecurrenceFrequency : Minute
RecurrenceInterval : 60
Status : Waiting
Type : Microsoft.Logic/workflows/triggers
LogicAppName : LogicApp05
LogicAppVersion : 08587489107406290826
此命令从名为 LogicApp05 的逻辑应用获取名为 Trigger01 的触发器。
示例 2:获取逻辑应用的所有触发器
Get-AzLogicAppTrigger -ResourceGroupName "ResourceGroup11" -Name "LogicApp07"
ChangedTime : 1/14/2016 11:45:07 AM
CreatedTime : 1/13/2016 2:42:26 PM
LastExecutionTime : 1/14/2016 11:45:07 AM
Name : Trigger02
NextExecutionTime : 1/14/2016 12:45:07 PM
RecurrenceFrequency : Minute
RecurrenceInterval : 60
Status : Waiting
Type : Microsoft.Logic/workflows/triggers
LogicAppName : LogicApp07
LogicAppVersion : 08587489107406290826
此命令获取名为 LogicApp07 的逻辑应用的触发器。
参数
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
指定此 cmdlet 从中获取触发器的逻辑应用的名称。
类型: | String |
别名: | ResourceName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
指定此 cmdlet 获取触发器的资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TriggerName
指定此 cmdlet 获取的触发器的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |