public final class RedisLinkedServerWithPropertiesList extends Object
| Constructor and Description |
|---|
RedisLinkedServerWithPropertiesList() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link for next set.
|
void |
validate()
Validates the instance.
|
List<RedisLinkedServerWithPropertiesInner> |
value()
Get the value property: List of linked servers (with properties) of a Redis cache.
|
RedisLinkedServerWithPropertiesList |
withValue(List<RedisLinkedServerWithPropertiesInner> value)
Set the value property: List of linked servers (with properties) of a Redis cache.
|
public List<RedisLinkedServerWithPropertiesInner> value()
public RedisLinkedServerWithPropertiesList withValue(List<RedisLinkedServerWithPropertiesInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.