Uses of Class
com.azure.resourcemanager.redis.models.ScheduleEntry
-
Packages that use ScheduleEntry Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models 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 ScheduleEntry Modifier and Type Method Description List<ScheduleEntry>RedisPatchScheduleInner. scheduleEntries()Get the scheduleEntries property: List of patch schedules for a Redis cache.List<ScheduleEntry>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 ScheduleEntry Modifier and Type Method Description RedisPatchScheduleInnerRedisPatchScheduleInner. withScheduleEntries(List<ScheduleEntry> scheduleEntries)Set the scheduleEntries property: List of patch schedules for a Redis cache.ScheduleEntriesScheduleEntries. 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 ScheduleEntry Modifier and Type Method Description ScheduleEntryScheduleEntry. withDayOfWeek(DayOfWeek dayOfWeek)Set the dayOfWeek property: Day of the week when a cache can be patched.ScheduleEntryScheduleEntry. withMaintenanceWindow(Duration maintenanceWindow)Set the maintenanceWindow property: ISO8601 timespan specifying how much time cache patching can take.ScheduleEntryScheduleEntry. 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 ScheduleEntry Modifier and Type Method Description List<ScheduleEntry>RedisCachePremium. listPatchSchedules()Gets the patching schedule for Redis Cache.List<ScheduleEntry>RedisCache. patchSchedules()List<ScheduleEntry>RedisPatchSchedule. scheduleEntries()Get the scheduleEntries value.Methods in com.azure.resourcemanager.redis.models with parameters of type ScheduleEntry Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withPatchSchedule(ScheduleEntry scheduleEntry)Patch schedule on a Premium Cluster Cache.RedisCache.UpdateRedisCache.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 ScheduleEntry Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withPatchSchedule(List<ScheduleEntry> scheduleEntry)Patch schedule on a Premium Cluster Cache.RedisCache.UpdateRedisCache.Update. withPatchSchedule(List<ScheduleEntry> scheduleEntry)Adds Patch schedule to the current Premium Cluster Cache.
-