public final class RedisPatchScheduleListResult extends Object
| Constructor and Description |
|---|
RedisPatchScheduleListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link for next page of results.
|
void |
validate()
Validates the instance.
|
List<RedisPatchScheduleInner> |
value()
Get the value property: Results of the list patch schedules operation.
|
RedisPatchScheduleListResult |
withValue(List<RedisPatchScheduleInner> value)
Set the value property: Results of the list patch schedules operation.
|
public List<RedisPatchScheduleInner> value()
public RedisPatchScheduleListResult withValue(List<RedisPatchScheduleInner> 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.