Uses of Class
com.azure.resourcemanager.redis.models.DayOfWeek
-
Packages that use DayOfWeek Package Description com.azure.resourcemanager.redis.models 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 DayOfWeek Modifier and Type Method Description DayOfWeekScheduleEntry. 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 DayOfWeekDayOfWeek. valueOf(String name)Returns 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 DayOfWeek Modifier and Type Method Description ScheduleEntryScheduleEntry. withDayOfWeek(DayOfWeek dayOfWeek)Set the dayOfWeek property: Day of the week when a cache can be patched.RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)Patch schedule on a Premium Cluster Cache.RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Duration maintenanceWindow)Patch schedule on a Premium Cluster Cache.RedisCache.UpdateRedisCache.Update. withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)Adds Patch schedule to the current Premium Cluster Cache.RedisCache.UpdateRedisCache.Update. withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Duration maintenanceWindow)Adds Patch schedule to the current Premium Cluster Cache.
-