WorkflowTriggerRecurrence 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
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. |
WorkflowTriggerRecurrence()
Initializes a new instance of the WorkflowTriggerRecurrence class.
public WorkflowTriggerRecurrence ();
Public Sub New ()
Applies to
WorkflowTriggerRecurrence(String, Nullable<Int32>, String, String, String, RecurrenceSchedule)
Initializes a new instance of the WorkflowTriggerRecurrence class.
public WorkflowTriggerRecurrence (string frequency = default, int? interval = default, string startTime = default, string endTime = default, string timeZone = default, Microsoft.Azure.Management.Logic.Models.RecurrenceSchedule schedule = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence : string * Nullable<int> * string * string * string * Microsoft.Azure.Management.Logic.Models.RecurrenceSchedule -> Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence
Public Sub New (Optional frequency As String = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional timeZone As String = Nothing, Optional schedule As RecurrenceSchedule = Nothing)
Parameters
- frequency
- String
The frequency. Possible values include: 'NotSpecified', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'
- startTime
- String
The start time.
- endTime
- String
The end time.
- timeZone
- String
The time zone.
- schedule
- RecurrenceSchedule
The recurrence schedule.
Applies to
Azure SDK for .NET