Uses of Enum Class
com.microsoft.azure.management.redis.DayOfWeek
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of DayOfWeek in com.microsoft.azure.management.redis
Modifier and TypeMethodDescriptionScheduleEntry.dayOfWeek()
Get the dayOfWeek value.static DayOfWeek
DayOfWeek.fromString
(String value) Parses a serialized value to a DayOfWeek instance.static DayOfWeek
Returns the enum constant of this class with the specified name.static DayOfWeek[]
DayOfWeek.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScheduleEntry.withDayOfWeek
(DayOfWeek dayOfWeek) Set the dayOfWeek value.RedisCache.DefinitionStages.WithCreate.withPatchSchedule
(DayOfWeek dayOfWeek, int startHourUtc) Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreate.withPatchSchedule
(DayOfWeek dayOfWeek, int startHourUtc, org.joda.time.Period maintenanceWindow) Patch schedule on a Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(DayOfWeek dayOfWeek, int startHourUtc) Adds Patch schedule to the current Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(DayOfWeek dayOfWeek, int startHourUtc, org.joda.time.Period maintenanceWindow) Adds Patch schedule to the current Premium Cluster Cache.