public final class ExpressRouteCircuitListResult extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The URL to get the next set of results.
|
void |
validate()
Validates the instance.
|
List<ExpressRouteCircuitInner> |
value()
Get the value property: A list of ExpressRouteCircuits in a resource group.
|
ExpressRouteCircuitListResult |
withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.
|
ExpressRouteCircuitListResult |
withValue(List<ExpressRouteCircuitInner> value)
Set the value property: A list of ExpressRouteCircuits in a resource group.
|
public List<ExpressRouteCircuitInner> value()
public ExpressRouteCircuitListResult withValue(List<ExpressRouteCircuitInner> value)
value - the value value to set.public String nextLink()
public ExpressRouteCircuitListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.