| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the 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.
|
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.
|
void |
PatchSchedulesClient.delete(String resourceGroupName,
String name,
DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
|
Mono<Void> |
PatchSchedulesClient.deleteAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
|
com.azure.core.http.rest.Response<Void> |
PatchSchedulesClient.deleteWithResponse(String resourceGroupName,
String name,
DefaultName defaultParameter,
com.azure.core.util.Context context)
Deletes the patching schedule of a redis cache.
|
Mono<com.azure.core.http.rest.Response<Void>> |
PatchSchedulesClient.deleteWithResponseAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
|
RedisPatchScheduleInner |
PatchSchedulesClient.get(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
Mono<RedisPatchScheduleInner> |
PatchSchedulesClient.getAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
com.azure.core.http.rest.Response<RedisPatchScheduleInner> |
PatchSchedulesClient.getWithResponse(String resourceGroupName,
String name,
DefaultName defaultParameter,
com.azure.core.util.Context context)
Gets the patching schedule of a redis cache.
|
Mono<com.azure.core.http.rest.Response<RedisPatchScheduleInner>> |
PatchSchedulesClient.getWithResponseAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
| Modifier and Type | Field and Description |
|---|---|
static DefaultName |
DefaultName.DEFAULT
Static value default for DefaultName.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultName |
DefaultName.fromString(String name)
Creates or finds a DefaultName from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.