ScheduleRecurrence 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
ScheduleRecurrence() |
Initializes a new instance of the ScheduleRecurrence class. |
ScheduleRecurrence(RecurrenceType, Int32, IList<Nullable<DayOfWeek>>) |
Initializes a new instance of the ScheduleRecurrence class. |
ScheduleRecurrence()
Initializes a new instance of the ScheduleRecurrence class.
public ScheduleRecurrence ();
Public Sub New ()
Applies to
ScheduleRecurrence(RecurrenceType, Int32, IList<Nullable<DayOfWeek>>)
Initializes a new instance of the ScheduleRecurrence class.
public ScheduleRecurrence (Microsoft.Azure.Management.StorSimple8000Series.Models.RecurrenceType recurrenceType, int recurrenceValue, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek?> weeklyDaysList = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ScheduleRecurrence : Microsoft.Azure.Management.StorSimple8000Series.Models.RecurrenceType * int * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek>> -> Microsoft.Azure.Management.StorSimple8000Series.Models.ScheduleRecurrence
Public Sub New (recurrenceType As RecurrenceType, recurrenceValue As Integer, Optional weeklyDaysList As IList(Of Nullable(Of DayOfWeek)) = Nothing)
Parameters
- recurrenceType
- RecurrenceType
The recurrence type. Possible values include: 'Minutes', 'Hourly', 'Daily', 'Weekly'
- recurrenceValue
- Int32
The recurrence value.
The week days list. Applicable only for schedules of recurrence type 'weekly'.
Applies to
Azure SDK for .NET