共用方式為


ScheduleEntryInner Constructors

Definition

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.

maintenanceWindow
Nullable<TimeSpan>

ISO8601 timespan specifying how much time cache patching can take.

Applies to