IUpdate.WithPatchSchedule Method
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
WithPatchSchedule(ScheduleEntry) |
Adds Patch schedule to the current Premium Cluster Cache. |
WithPatchSchedule(IList<ScheduleEntry>) |
Adds Patch schedule to the current Premium Cluster Cache. |
WithPatchSchedule(DayOfWeek, Int32) |
Adds Patch schedule to the current Premium Cluster Cache. |
WithPatchSchedule(DayOfWeek, Int32, TimeSpan) |
Adds Patch schedule to the current Premium Cluster Cache. |
WithPatchSchedule(ScheduleEntry)
Adds Patch schedule to the current Premium Cluster Cache.
public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithPatchSchedule (Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntry scheduleEntry);
abstract member WithPatchSchedule : Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntry -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithPatchSchedule (scheduleEntry As ScheduleEntry) As IUpdate
Parameters
- scheduleEntry
- ScheduleEntry
Patch schedule entry for Premium Redis Cache.
Returns
Applies to
WithPatchSchedule(IList<ScheduleEntry>)
Adds Patch schedule to the current Premium Cluster Cache.
public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithPatchSchedule (System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntry> scheduleEntry);
abstract member WithPatchSchedule : System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Fluent.Models.ScheduleEntry> -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithPatchSchedule (scheduleEntry As IList(Of ScheduleEntry)) As IUpdate
Parameters
- scheduleEntry
- IList<ScheduleEntry>
List of patch schedule entries for Premium Redis Cache.
Returns
Applies to
WithPatchSchedule(DayOfWeek, Int32)
Adds Patch schedule to the current Premium Cluster Cache.
public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithPatchSchedule (Microsoft.Azure.Management.Redis.Fluent.Models.DayOfWeek dayOfWeek, int startHourUtc);
abstract member WithPatchSchedule : Microsoft.Azure.Management.Redis.Fluent.Models.DayOfWeek * int -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithPatchSchedule (dayOfWeek As DayOfWeek, startHourUtc As Integer) As IUpdate
Parameters
- dayOfWeek
- DayOfWeek
Day of week when cache can be patched.
- startHourUtc
- Int32
Start hour after which cache patching can start.
Returns
Applies to
WithPatchSchedule(DayOfWeek, Int32, TimeSpan)
Adds Patch schedule to the current Premium Cluster Cache.
public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithPatchSchedule (Microsoft.Azure.Management.Redis.Fluent.Models.DayOfWeek dayOfWeek, int startHourUtc, TimeSpan maintenanceWindow);
abstract member WithPatchSchedule : Microsoft.Azure.Management.Redis.Fluent.Models.DayOfWeek * int * TimeSpan -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithPatchSchedule (dayOfWeek As DayOfWeek, startHourUtc As Integer, maintenanceWindow As TimeSpan) As IUpdate
Parameters
- dayOfWeek
- DayOfWeek
Day of week when cache can be patched.
- startHourUtc
- Int32
Start hour after which cache patching can start.
- maintenanceWindow
- TimeSpan
ISO8601 timespan specifying how much time cache patching can take.