RedisListResult Class

The response of list Redis operation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.redis._serialization.Model
RedisListResult

Constructor

RedisListResult(*, value: List[_models.RedisResource] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

List of Redis cache instances.

Variables

Name Description
value

List of Redis cache instances.

next_link
str

Link for next page of results.