DailySchedule Constructors

Definition

Overloads

DailySchedule()

Initializes a new instance of the DailySchedule class.

DailySchedule(IList<Nullable<DateTime>>)

Initializes a new instance of the DailySchedule class.

DailySchedule()

Initializes a new instance of the DailySchedule class.

public DailySchedule ();
Public Sub New ()

Applies to

DailySchedule(IList<Nullable<DateTime>>)

Initializes a new instance of the DailySchedule class.

public DailySchedule (System.Collections.Generic.IList<DateTime?> scheduleRunTimes = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailySchedule : System.Collections.Generic.IList<Nullable<DateTime>> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailySchedule
Public Sub New (Optional scheduleRunTimes As IList(Of Nullable(Of DateTime)) = Nothing)

Parameters

scheduleRunTimes
IList<Nullable<DateTime>>

List of times of day this schedule has to be run.

Applies to