Uses of Class
com.microsoft.azure.management.redis.ScheduleEntry
-
-
Uses of ScheduleEntry in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return ScheduleEntry Modifier and Type Method Description ScheduleEntryScheduleEntry. withDayOfWeek(DayOfWeek dayOfWeek)Set the dayOfWeek value.ScheduleEntryScheduleEntry. withMaintenanceWindow(org.joda.time.Period maintenanceWindow)Set the maintenanceWindow value.ScheduleEntryScheduleEntry. withStartHourUtc(int startHourUtc)Set the startHourUtc value.Methods in com.microsoft.azure.management.redis that return types with arguments of type ScheduleEntry Modifier and Type Method Description List<ScheduleEntry>RedisCachePremium. listPatchSchedules()Gets the patching schedule for Redis Cache.List<ScheduleEntry>RedisCache. patchSchedules()List<ScheduleEntry>RedisPatchSchedule. scheduleEntries()Get the scheduleEntries value.Methods in com.microsoft.azure.management.redis with parameters of type ScheduleEntry Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withPatchSchedule(ScheduleEntry scheduleEntry)Patch schedule on a Premium Cluster Cache.RedisCache.UpdateRedisCache.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 ScheduleEntry Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withPatchSchedule(List<ScheduleEntry> scheduleEntry)Patch schedule on a Premium Cluster Cache.RedisCache.UpdateRedisCache.Update. withPatchSchedule(List<ScheduleEntry> scheduleEntry)Adds Patch schedule to the current Premium Cluster Cache.
-