Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisPatchScheduleInner
Packages that use RedisPatchScheduleInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
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 RedisPatchScheduleInnerModifier and TypeMethodDescriptionPatchSchedulesClient.createOrUpdate(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters) Create or replace the patching schedule for Redis cache.PatchSchedulesClient.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 RedisPatchScheduleInnerModifier and TypeMethodDescriptionPatchSchedulesClient.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.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 RedisPatchScheduleInnerModifier and TypeMethodDescriptionPatchSchedulesClient.createOrUpdate(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters) Create or replace the patching schedule for Redis cache.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 RedisPatchScheduleInnerModifier and TypeMethodDescriptionstatic RedisPatchScheduleInnerRedisPatchScheduleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisPatchScheduleInner from the JsonReader.RedisPatchScheduleInner.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 RedisPatchScheduleInnerModifier and TypeMethodDescriptionRedisPatchScheduleListResult.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 RedisPatchScheduleInnerModifier and TypeMethodDescriptionRedisPatchScheduleListResult.withValue(List<RedisPatchScheduleInner> value) Set the value property: Results of the list patch schedules operation.