你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.RedisCache.Models.DayOfWeek dayOfWeek, int startHourUtc, TimeSpan? maintenanceWindow = default);
new Microsoft.Azure.Management.RedisCache.Models.ScheduleEntry : Microsoft.Azure.Management.RedisCache.Models.DayOfWeek * int * Nullable<TimeSpan> -> Microsoft.Azure.Management.RedisCache.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