| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RedisPatchScheduleInner |
PatchSchedulesClient.createOrUpdate(String resourceGroupName,
String name,
DefaultName defaultParameter,
List<ScheduleEntry> scheduleEntries)
Create or replace the patching schedule for Redis cache.
|
RedisPatchScheduleInner |
PatchSchedulesClient.get(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisPatchScheduleInner |
RedisPatchScheduleInner.withScheduleEntries(List<ScheduleEntry> scheduleEntries)
Set the scheduleEntries property: List of patch schedules for a Redis cache.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.