Uses of Enum
com.azure.resourcemanager.redis.models.DayOfWeek
Packages that use DayOfWeek
Package
Description
Package containing the data models for RedisManagementClient.
-
Uses of DayOfWeek in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return DayOfWeekModifier and TypeMethodDescriptionScheduleEntry.dayOfWeek()Get the dayOfWeek property: Day of the week when a cache can be patched.static DayOfWeekDayOfWeek.fromString(String value) Parses a serialized value to a DayOfWeek instance.static DayOfWeekReturns the enum constant of this type with the specified name.static DayOfWeek[]DayOfWeek.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.redis.models with parameters of type DayOfWeekModifier and TypeMethodDescriptionScheduleEntry.withDayOfWeek(DayOfWeek dayOfWeek) Set the dayOfWeek property: Day of the week when a cache can be patched.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Duration 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, Duration maintenanceWindow) Adds Patch schedule to the current Premium Cluster Cache.