Uses of Class
com.microsoft.azure.management.redis.DayOfWeek
-
-
Uses of DayOfWeek in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return DayOfWeek Modifier and Type Method Description DayOfWeekScheduleEntry. dayOfWeek()Get the dayOfWeek value.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.microsoft.azure.management.redis with parameters of type DayOfWeek Modifier and Type Method Description ScheduleEntryScheduleEntry. withDayOfWeek(DayOfWeek dayOfWeek)Set the dayOfWeek value.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, org.joda.time.Period 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, org.joda.time.Period maintenanceWindow)Adds Patch schedule to the current Premium Cluster Cache.
-