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() | |
WorkflowTriggerRecurrence(Nullable<RecurrenceFrequency>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, RecurrenceSchedule) |
WorkflowTriggerRecurrence()
public WorkflowTriggerRecurrence ();
Public Sub New ()
Applies to
WorkflowTriggerRecurrence(Nullable<RecurrenceFrequency>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, RecurrenceSchedule)
public WorkflowTriggerRecurrence (Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceFrequency? frequency = default, int? interval = default, DateTime? startTime = default, DateTime? endTime = default, string timeZone = default, Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceSchedule schedule = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerRecurrence : Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceFrequency> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string * Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceSchedule -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerRecurrence
Public Sub New (Optional frequency As Nullable(Of RecurrenceFrequency) = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeZone As String = Nothing, Optional schedule As RecurrenceSchedule = Nothing)
Parameters
- frequency
- Nullable<RecurrenceFrequency>
- timeZone
- String
- schedule
- RecurrenceSchedule
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET