Class RedisListResult
java.lang.Object
com.azure.resourcemanager.redis.models.RedisListResult
The response of list Redis operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: Link for next page of results.voidvalidate()Validates the instance.value()Get the value property: List of Redis cache instances.withValue(List<RedisResourceInner> value) Set the value property: List of Redis cache instances.
-
Constructor Details
-
RedisListResult
public RedisListResult()Creates an instance of RedisListResult class.
-
-
Method Details
-
value
Get the value property: List of Redis cache instances.- Returns:
- the value value.
-
withValue
Set the value property: List of Redis cache instances.- Parameters:
value- the value value to set.- Returns:
- the RedisListResult object itself.
-
nextLink
Get the nextLink property: Link for next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-