ScheduleTrigger 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.
Trigger that creates pipeline runs periodically, on schedule.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ScheduleTrigger : Microsoft.Azure.Management.DataFactory.Models.MultiplePipelineTrigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScheduleTrigger = class
inherit MultiplePipelineTrigger
Public Class ScheduleTrigger
Inherits MultiplePipelineTrigger
- Inheritance
- Attributes
Constructors
ScheduleTrigger() |
Initializes a new instance of the ScheduleTrigger class. |
ScheduleTrigger(ScheduleTriggerRecurrence, IDictionary<String,Object>, String, String, IList<Object>, IList<TriggerPipelineReference>) |
Initializes a new instance of the ScheduleTrigger class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Trigger) |
Annotations |
Gets or sets list of tags that can be used for describing the trigger. (Inherited from Trigger) |
Description |
Gets or sets trigger description. (Inherited from Trigger) |
Pipelines |
Gets or sets pipelines that need to be started. (Inherited from MultiplePipelineTrigger) |
Recurrence |
Gets or sets recurrence schedule configuration. |
RuntimeState |
Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled' (Inherited from Trigger) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET