Megosztás a következőn keresztül:


ScheduleRecurrence Constructors

Definition

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.

weeklyDaysList
IList<Nullable<DayOfWeek>>

The week days list. Applicable only for schedules of recurrence type 'weekly'.

Applies to