public interface PatchSchedulesClient
| Modifier and Type | Method and Description |
|---|---|
RedisPatchScheduleInner |
createOrUpdate(String resourceGroupName,
String name,
DefaultName defaultParameter,
RedisPatchScheduleInner parameters)
Create or replace the patching schedule for Redis cache.
|
Mono<RedisPatchScheduleInner> |
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> |
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>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
DefaultName defaultParameter,
RedisPatchScheduleInner parameters)
Create or replace the patching schedule for Redis cache.
|
void |
delete(String resourceGroupName,
String name,
DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
|
com.azure.core.http.rest.Response<Void> |
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>> |
deleteWithResponseAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
|
RedisPatchScheduleInner |
get(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
Mono<RedisPatchScheduleInner> |
getAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
com.azure.core.http.rest.Response<RedisPatchScheduleInner> |
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>> |
getWithResponseAsync(String resourceGroupName,
String name,
DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
|
com.azure.core.http.rest.PagedIterable<RedisPatchScheduleInner> |
listByRedisResource(String resourceGroupName,
String cacheName)
Gets all patch schedules in the specified redis cache (there is only one).
|
com.azure.core.http.rest.PagedIterable<RedisPatchScheduleInner> |
listByRedisResource(String resourceGroupName,
String cacheName,
com.azure.core.util.Context context)
Gets all patch schedules in the specified redis cache (there is only one).
|
com.azure.core.http.rest.PagedFlux<RedisPatchScheduleInner> |
listByRedisResourceAsync(String resourceGroupName,
String cacheName)
Gets all patch schedules in the specified redis cache (there is only one).
|
com.azure.core.http.rest.PagedFlux<RedisPatchScheduleInner> listByRedisResourceAsync(String resourceGroupName, String cacheName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RedisPatchScheduleInner> listByRedisResource(String resourceGroupName, String cacheName)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RedisPatchScheduleInner> listByRedisResource(String resourceGroupName, String cacheName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.cacheName - The name of the Redis cache.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RedisPatchScheduleInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.parameters - Parameters to set the patching schedule for Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RedisPatchScheduleInner> createOrUpdateAsync(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.parameters - Parameters to set the patching schedule for Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RedisPatchScheduleInner createOrUpdate(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.parameters - Parameters to set the patching schedule for Redis cache.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RedisPatchScheduleInner> createOrUpdateWithResponse(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the Redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.parameters - Parameters to set the patching schedule for Redis cache.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String name, DefaultName defaultParameter)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String name, DefaultName defaultParameter)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String name, DefaultName defaultParameter)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String name, DefaultName defaultParameter, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RedisPatchScheduleInner>> getWithResponseAsync(String resourceGroupName, String name, DefaultName defaultParameter)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RedisPatchScheduleInner> getAsync(String resourceGroupName, String name, DefaultName defaultParameter)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RedisPatchScheduleInner get(String resourceGroupName, String name, DefaultName defaultParameter)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RedisPatchScheduleInner> getWithResponse(String resourceGroupName, String name, DefaultName defaultParameter, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.name - The name of the redis cache.defaultParameter - Default string modeled as parameter for auto generation to work correctly.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.