WorkflowTriggerRecurrence 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 workflow trigger recurrence.
public class WorkflowTriggerRecurrence
type WorkflowTriggerRecurrence = class
Public Class WorkflowTriggerRecurrence
- Inheritance
-
WorkflowTriggerRecurrence
Constructors
WorkflowTriggerRecurrence() |
Initializes a new instance of the WorkflowTriggerRecurrence class. |
WorkflowTriggerRecurrence(String, Nullable<Int32>, String, String, String, RecurrenceSchedule) |
Initializes a new instance of the WorkflowTriggerRecurrence class. |
Properties
EndTime |
Gets or sets the end time. |
Frequency |
Gets or sets the frequency. Possible values include: 'NotSpecified', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year' |
Interval |
Gets or sets the interval. |
Schedule |
Gets or sets the recurrence schedule. |
StartTime |
Gets or sets the start time. |
TimeZone |
Gets or sets the time zone. |
Applies to
Azure SDK for .NET