| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
ScheduleEntry.dayOfWeek()
Get the dayOfWeek property: Day of the week when a cache can be patched.
|
static DayOfWeek |
DayOfWeek.fromString(String value)
Parses a serialized value to a DayOfWeek instance.
|
static DayOfWeek |
DayOfWeek.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.
|
| 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.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc)
Adds Patch schedule to the current Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc,
Duration maintenanceWindow)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc,
Duration maintenanceWindow)
Adds Patch schedule to the current Premium Cluster Cache.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.