| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleEntry |
ScheduleEntry.withDayOfWeek(DayOfWeek dayOfWeek)
Set the dayOfWeek property: Day of the week when a cache can be patched.
|
ScheduleEntry |
ScheduleEntry.withMaintenanceWindow(Duration maintenanceWindow)
Set the maintenanceWindow property: ISO8601 timespan specifying how much time cache patching can take.
|
ScheduleEntry |
ScheduleEntry.withStartHourUtc(int startHourUtc)
Set the startHourUtc property: Start hour after which cache patching can start.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(ScheduleEntry scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(ScheduleEntry scheduleEntry)
Adds Patch schedule to the current Premium Cluster Cache.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.