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.
|