SourceTrigger Class
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.
The properties of a source based trigger.
public class SourceTrigger
type SourceTrigger = class
Public Class SourceTrigger
- Inheritance
-
SourceTrigger
Constructors
SourceTrigger() |
Initializes a new instance of the SourceTrigger class. |
SourceTrigger(SourceProperties, IList<String>, String, String) |
Initializes a new instance of the SourceTrigger class. |
Properties
Name |
Gets or sets the name of the trigger. |
SourceRepository |
Gets or sets the properties that describes the source(code) for the task. |
SourceTriggerEvents |
Gets or sets the source event corresponding to the trigger. |
Status |
Gets or sets the current status of trigger. Possible values include: 'Disabled', 'Enabled' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET