Uses of Enum Class
com.microsoft.azure.management.redis.DayOfWeek
Packages that use DayOfWeek
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of DayOfWeek in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return DayOfWeekModifier and TypeMethodDescriptionScheduleEntry.dayOfWeek()Get the dayOfWeek value.static DayOfWeekDayOfWeek.fromString(String value) Parses a serialized value to a DayOfWeek instance.static DayOfWeekReturns 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.Methods in com.microsoft.azure.management.redis with parameters of type DayOfWeekModifier 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.