| 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,
RedisPatchScheduleInner parameters)
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 |
PatchSchedulesClient.createOrUpdate(String resourceGroupName,
String name,
DefaultName defaultParameter,
RedisPatchScheduleInner parameters)
Create or replace the patching schedule for Redis cache.
|
Mono<RedisPatchScheduleInner> |
PatchSchedulesClient.createOrUpdateAsync(String resourceGroupName,
String name,
DefaultName defaultParameter,
RedisPatchScheduleInner parameters)
Create or replace the patching schedule for Redis cache.
|
com.azure.core.http.rest.Response<RedisPatchScheduleInner> |
PatchSchedulesClient.createOrUpdateWithResponse(String resourceGroupName,
String name,
DefaultName defaultParameter,
RedisPatchScheduleInner parameters,
com.azure.core.util.Context context)
Create or replace the patching schedule for Redis cache.
|
Mono<com.azure.core.http.rest.Response<RedisPatchScheduleInner>> |
PatchSchedulesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
DefaultName defaultParameter,
RedisPatchScheduleInner parameters)
Create or replace the patching schedule for 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.