SetTriggerStateActionDefinition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetTriggerStateActionDefinition() |
Initializes a new instance of the SetTriggerStateActionDefinition class. |
SetTriggerStateActionDefinition(WorkflowTrigger) |
Initializes a new instance of the SetTriggerStateActionDefinition class. |
SetTriggerStateActionDefinition()
Initializes a new instance of the SetTriggerStateActionDefinition class.
public SetTriggerStateActionDefinition ();
Public Sub New ()
Applies to
SetTriggerStateActionDefinition(WorkflowTrigger)
Initializes a new instance of the SetTriggerStateActionDefinition class.
public SetTriggerStateActionDefinition (Microsoft.Azure.Management.Logic.Models.WorkflowTrigger source);
new Microsoft.Azure.Management.Logic.Models.SetTriggerStateActionDefinition : Microsoft.Azure.Management.Logic.Models.WorkflowTrigger -> Microsoft.Azure.Management.Logic.Models.SetTriggerStateActionDefinition
Public Sub New (source As WorkflowTrigger)
Parameters
- source
- WorkflowTrigger
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET