Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisPatchScheduleInner
-
Packages that use RedisPatchScheduleInner 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.com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of RedisPatchScheduleInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return RedisPatchScheduleInner Modifier and Type Method Description RedisPatchScheduleInnerPatchSchedulesClient. createOrUpdate(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters)Create or replace the patching schedule for Redis cache.RedisPatchScheduleInnerPatchSchedulesClient. get(String resourceGroupName, String name, DefaultName defaultParameter)Gets the patching schedule of a redis cache.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type RedisPatchScheduleInner Modifier and Type Method Description 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.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.com.azure.core.http.rest.PagedIterable<RedisPatchScheduleInner>PatchSchedulesClient. 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>PatchSchedulesClient. 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>PatchSchedulesClient. listByRedisResourceAsync(String resourceGroupName, String cacheName)Gets all patch schedules in the specified redis cache (there is only one).Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisPatchScheduleInner Modifier and Type Method Description RedisPatchScheduleInnerPatchSchedulesClient. 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. -
Uses of RedisPatchScheduleInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisPatchScheduleInner Modifier and Type Method Description RedisPatchScheduleInnerRedisPatchScheduleInner. withScheduleEntries(List<ScheduleEntry> scheduleEntries)Set the scheduleEntries property: List of patch schedules for a Redis cache. -
Uses of RedisPatchScheduleInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type RedisPatchScheduleInner Modifier and Type Method Description List<RedisPatchScheduleInner>RedisPatchScheduleListResult. value()Get the value property: Results of the list patch schedules operation.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type RedisPatchScheduleInner Modifier and Type Method Description RedisPatchScheduleListResultRedisPatchScheduleListResult. withValue(List<RedisPatchScheduleInner> value)Set the value property: Results of the list patch schedules operation.
-