WeeklySchedule 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
WeeklySchedule() |
Initializes a new instance of the WeeklySchedule class. |
WeeklySchedule(IList<Nullable<DayOfWeek>>, IList<Nullable<DateTime>>) |
Initializes a new instance of the WeeklySchedule class. |
WeeklySchedule()
Initializes a new instance of the WeeklySchedule class.
public WeeklySchedule();
Public Sub New ()
Applies to
WeeklySchedule(IList<Nullable<DayOfWeek>>, IList<Nullable<DateTime>>)
Initializes a new instance of the WeeklySchedule class.
public WeeklySchedule(System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek?> scheduleRunDays = default, System.Collections.Generic.IList<DateTime?> scheduleRunTimes = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklySchedule : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek>> * System.Collections.Generic.IList<Nullable<DateTime>> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklySchedule
Public Sub New (Optional scheduleRunDays As IList(Of Nullable(Of DayOfWeek)) = Nothing, Optional scheduleRunTimes As IList(Of Nullable(Of DateTime)) = Nothing)