RecurrenceSchedule 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
RecurrenceSchedule() | |
RecurrenceSchedule(IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<DaysOfWeek>>, IList<Nullable<Int32>>, IList<RecurrenceScheduleOccurrence>) |
RecurrenceSchedule()
public RecurrenceSchedule();
Public Sub New ()
Applies to
RecurrenceSchedule(IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<DaysOfWeek>>, IList<Nullable<Int32>>, IList<RecurrenceScheduleOccurrence>)
public RecurrenceSchedule(System.Collections.Generic.IList<int?> minutes = default, System.Collections.Generic.IList<int?> hours = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Fluent.Models.DaysOfWeek?> weekDays = default, System.Collections.Generic.IList<int?> monthDays = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceScheduleOccurrence> monthlyOccurrences = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceSchedule : System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.DaysOfWeek>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceScheduleOccurrence> -> Microsoft.Azure.Management.Logic.Fluent.Models.RecurrenceSchedule
Public Sub New (Optional minutes As IList(Of Nullable(Of Integer)) = Nothing, Optional hours As IList(Of Nullable(Of Integer)) = Nothing, Optional weekDays As IList(Of Nullable(Of DaysOfWeek)) = Nothing, Optional monthDays As IList(Of Nullable(Of Integer)) = Nothing, Optional monthlyOccurrences As IList(Of RecurrenceScheduleOccurrence) = Nothing)
Parameters
- weekDays
- IList<Nullable<DaysOfWeek>>
- monthlyOccurrences
- IList<RecurrenceScheduleOccurrence>