Udostępnij za pośrednictwem


ScheduleEntry Constructors

Definition

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.

maintenanceWindow
Nullable<TimeSpan>

ISO8601 timespan specifying how much time cache patching can take.

Applies to