ScheduleEntry 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
ScheduleEntry() |
Initializes a new instance of the ScheduleEntry class. |
ScheduleEntry(DayOfWeek, Int32, Nullable<TimeSpan>) |
Initializes a new instance of the ScheduleEntry class. |
ScheduleEntry()
Initializes a new instance of the ScheduleEntry class.
public ScheduleEntry ();
Public Sub New ()
Applies to
ScheduleEntry(DayOfWeek, Int32, Nullable<TimeSpan>)
Initializes a new instance of the ScheduleEntry class.
public ScheduleEntry (Microsoft.Azure.Management.Redis.Models.DayOfWeek dayOfWeek, int startHourUtc, TimeSpan? maintenanceWindow = default);
new Microsoft.Azure.Management.Redis.Models.ScheduleEntry : Microsoft.Azure.Management.Redis.Models.DayOfWeek * int * Nullable<TimeSpan> -> Microsoft.Azure.Management.Redis.Models.ScheduleEntry
Public Sub New (dayOfWeek As DayOfWeek, startHourUtc As Integer, Optional maintenanceWindow As Nullable(Of TimeSpan) = Nothing)
Parameters
- dayOfWeek
- DayOfWeek
Day of the week when a cache can be patched. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday', 'Everyday', 'Weekend'
- startHourUtc
- Int32
Start hour after which cache patching can start.
ISO8601 timespan specifying how much time cache patching can take.
Applies to
Azure SDK for .NET