Compartir a través de


RedisListResult interface

The response of list Redis operation.

Properties

nextLink

Link for next page of results. NOTE: This property will not be serialized. It can only be populated by the server.

value

List of Redis cache instances.

Property Details

Link for next page of results. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

List of Redis cache instances.

value?: RedisResource[]

Property Value