RedisLinkedServerWithPropertiesList interface
List of linked servers (with properties) of a Redis cache.
Properties
next |
Link for next set. NOTE: This property will not be serialized. It can only be populated by the server. |
value | List of linked servers (with properties) of a Redis cache. |
Property Details
nextLink
Link for next set. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
List of linked servers (with properties) of a Redis cache.
value?: RedisLinkedServerWithProperties[]