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() | |
ScheduleRecurrence(RecurrenceType, Int32, IList<Nullable<DayOfWeek>>) |
ScheduleRecurrence()
public ScheduleRecurrence ();
Public Sub New ()
Applies to
ScheduleRecurrence(RecurrenceType, Int32, IList<Nullable<DayOfWeek>>)
public ScheduleRecurrence (Microsoft.Azure.Management.StorSimple.Fluent.Models.RecurrenceType recurrenceType, int recurrenceValue, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.DayOfWeek?> weeklyDaysList = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleRecurrence : Microsoft.Azure.Management.StorSimple.Fluent.Models.RecurrenceType * int * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.DayOfWeek>> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleRecurrence
Public Sub New (recurrenceType As RecurrenceType, recurrenceValue As Integer, Optional weeklyDaysList As IList(Of Nullable(Of DayOfWeek)) = Nothing)
Parameters
- recurrenceType
- RecurrenceType
- recurrenceValue
- Int32
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET