Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ScheduleEntry |
ScheduleEntry.withDayOfWeek(DayOfWeek dayOfWeek)
Set the dayOfWeek value.
|
ScheduleEntry |
ScheduleEntry.withMaintenanceWindow(org.joda.time.Period maintenanceWindow)
Set the maintenanceWindow value.
|
ScheduleEntry |
ScheduleEntry.withStartHourUtc(int startHourUtc)
Set the startHourUtc value.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduleEntry> |
RedisCachePremium.listPatchSchedules()
Gets the patching schedule for Redis Cache.
|
List<ScheduleEntry> |
RedisCache.patchSchedules() |
List<ScheduleEntry> |
RedisPatchSchedule.scheduleEntries()
Get the scheduleEntries value.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.Update |
RedisCache.Update.withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Adds Patch schedule to the current Premium Cluster Cache.
|
Copyright © 2019. All rights reserved.