Uses of Class
com.azure.resourcemanager.redis.models.RedisPatchScheduleListResult
Packages that use RedisPatchScheduleListResult
Package
Description
Package containing the data models for RedisManagementClient.
-
Uses of RedisPatchScheduleListResult in com.azure.resourcemanager.redis.models
Classes in com.azure.resourcemanager.redis.models that implement interfaces with type arguments of type RedisPatchScheduleListResultModifier and TypeClassDescriptionfinal classThe response of list patch schedules Redis operation.Methods in com.azure.resourcemanager.redis.models that return RedisPatchScheduleListResultModifier and TypeMethodDescriptionstatic RedisPatchScheduleListResultRedisPatchScheduleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisPatchScheduleListResult from the JsonReader.RedisPatchScheduleListResult.withValue(List<RedisPatchScheduleInner> value) Set the value property: Results of the list patch schedules operation.