Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DayOfWeek |
ScheduleEntry.dayOfWeek()
Get the dayOfWeek value.
|
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 value.
|
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,
org.joda.time.Period maintenanceWindow)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc,
org.joda.time.Period maintenanceWindow)
Adds Patch schedule to the current Premium Cluster Cache.
|
Copyright © 2019. All rights reserved.