Uses of Class
com.microsoft.azure.management.redis.ScheduleEntry
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of ScheduleEntry in com.microsoft.azure.management.redis
Modifier and TypeMethodDescriptionScheduleEntry.withDayOfWeek
(DayOfWeek dayOfWeek) Set the dayOfWeek value.ScheduleEntry.withMaintenanceWindow
(org.joda.time.Period maintenanceWindow) Set the maintenanceWindow value.ScheduleEntry.withStartHourUtc
(int startHourUtc) Set the startHourUtc value.Modifier and TypeMethodDescriptionRedisCachePremium.listPatchSchedules()
Gets the patching schedule for Redis Cache.RedisCache.patchSchedules()
RedisPatchSchedule.scheduleEntries()
Get the scheduleEntries value.Modifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withPatchSchedule
(ScheduleEntry scheduleEntry) Patch schedule on a Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(ScheduleEntry scheduleEntry) Adds Patch schedule to the current Premium Cluster Cache.Modifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withPatchSchedule
(List<ScheduleEntry> scheduleEntry) Patch schedule on a Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(List<ScheduleEntry> scheduleEntry) Adds Patch schedule to the current Premium Cluster Cache.