public final class RouteListResult extends Object
| Constructor and Description |
|---|
RouteListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: URL to get the next set of route objects if there are any.
|
void |
validate()
Validates the instance.
|
List<RouteInner> |
value()
Get the value property: List of AzureFrontDoor routes within a profile.
|
RouteListResult |
withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of route objects if there are any.
|
public List<RouteInner> value()
public String nextLink()
public RouteListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.