Uses of Class
com.microsoft.azure.management.redis.ScheduleEntry
Packages that use ScheduleEntry
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of ScheduleEntry in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return ScheduleEntryModifier 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.Methods in com.microsoft.azure.management.redis that return types with arguments of type ScheduleEntryModifier and TypeMethodDescriptionRedisCachePremium.listPatchSchedules()Gets the patching schedule for Redis Cache.RedisCache.patchSchedules()RedisPatchSchedule.scheduleEntries()Get the scheduleEntries value.Methods in com.microsoft.azure.management.redis with parameters of type ScheduleEntryModifier 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.Method parameters in com.microsoft.azure.management.redis with type arguments of type ScheduleEntryModifier 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.