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