ScheduleEntryInner 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
ScheduleEntryInner() |
Initializes a new instance of the ScheduleEntryInner class. |
ScheduleEntryInner(DayOfWeek, Int32, Nullable<TimeSpan>) |
Initializes a new instance of the ScheduleEntryInner class. |
ScheduleEntryInner()
Initializes a new instance of the ScheduleEntryInner class.
public ScheduleEntryInner ();
Public Sub New ()
Applies to
ScheduleEntryInner(DayOfWeek, Int32, Nullable<TimeSpan>)
Initializes a new instance of the ScheduleEntryInner class.
public ScheduleEntryInner (Microsoft.Azure.Management.Redis.Fluent.Models.DayOfWeek dayOfWeek, int startHourUtc, TimeSpan? maintenanceWindow = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntryInner : Microsoft.Azure.Management.Redis.Fluent.Models.DayOfWeek * int * Nullable<TimeSpan> -> Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntryInner
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