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() |
Initializes a new instance of the RecurrenceSchedule class. |
RecurrenceSchedule(IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<DaysOfWeek>>, IList<Nullable<Int32>>, IList<RecurrenceScheduleOccurrence>) |
Initializes a new instance of the RecurrenceSchedule class. |
RecurrenceSchedule()
Initializes a new instance of the RecurrenceSchedule class.
public RecurrenceSchedule ();
Public Sub New ()
Applies to
RecurrenceSchedule(IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<DaysOfWeek>>, IList<Nullable<Int32>>, IList<RecurrenceScheduleOccurrence>)
Initializes a new instance of the RecurrenceSchedule class.
public RecurrenceSchedule (System.Collections.Generic.IList<int?> minutes = default, System.Collections.Generic.IList<int?> hours = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.DaysOfWeek?> weekDays = default, System.Collections.Generic.IList<int?> monthDays = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RecurrenceScheduleOccurrence> monthlyOccurrences = default);
new Microsoft.Azure.Management.Logic.Models.RecurrenceSchedule : System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Logic.Models.DaysOfWeek>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RecurrenceScheduleOccurrence> -> Microsoft.Azure.Management.Logic.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>>
The days of the week.
- monthlyOccurrences
- IList<RecurrenceScheduleOccurrence>
The monthly occurrences.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET