Uses of Class
com.azure.resourcemanager.redis.models.ScheduleEntry
Packages that use ScheduleEntry
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of ScheduleEntry in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return types with arguments of type ScheduleEntryModifier and TypeMethodDescriptionRedisPatchScheduleInner.scheduleEntries()
Get the scheduleEntries property: List of patch schedules for a Redis cache.ScheduleEntries.scheduleEntries()
Get the scheduleEntries property: List of patch schedules for a Redis cache.Method parameters in com.azure.resourcemanager.redis.fluent.models with type arguments of type ScheduleEntryModifier and TypeMethodDescriptionRedisPatchScheduleInner.withScheduleEntries
(List<ScheduleEntry> scheduleEntries) Set the scheduleEntries property: List of patch schedules for a Redis cache.ScheduleEntries.withScheduleEntries
(List<ScheduleEntry> scheduleEntries) Set the scheduleEntries property: List of patch schedules for a Redis cache. -
Uses of ScheduleEntry in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return ScheduleEntryModifier and TypeMethodDescriptionstatic ScheduleEntry
ScheduleEntry.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduleEntry from the JsonReader.ScheduleEntry.withDayOfWeek
(DayOfWeek dayOfWeek) Set the dayOfWeek property: Day of the week when a cache can be patched.ScheduleEntry.withMaintenanceWindow
(Duration maintenanceWindow) Set the maintenanceWindow property: ISO8601 timespan specifying how much time cache patching can take.ScheduleEntry.withStartHourUtc
(int startHourUtc) Set the startHourUtc property: Start hour after which cache patching can start.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type ScheduleEntryModifier and TypeMethodDescriptionRedisCachePremium.listPatchSchedules()
Gets the patching schedule for Redis Cache.RedisCache.patchSchedules()
Gets list of patch schedules for current Redis Cache.RedisPatchSchedule.scheduleEntries()
Get the scheduleEntries value.Methods in com.azure.resourcemanager.redis.models with parameters of type ScheduleEntryModifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withPatchSchedule
(ScheduleEntry scheduleEntry) Patch schedule on a Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(ScheduleEntry scheduleEntry) Adds Patch schedule to the current Premium Cluster Cache.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type ScheduleEntryModifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withPatchSchedule
(List<ScheduleEntry> scheduleEntry) Patch schedule on a Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(List<ScheduleEntry> scheduleEntry) Adds Patch schedule to the current Premium Cluster Cache.