ExpressRouteCircuitsRoutesTableSummaryListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteCircuitsRoutesTableSummaryListResultInner
- com.
Implements
public final class ExpressRouteCircuitsRoutesTableSummaryListResultInner
implements JsonSerializable<ExpressRouteCircuitsRoutesTableSummaryListResultInner>
Response for ListRoutesTable associated with the Express Route Circuits API.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitsRoutesTableSummaryListResultInner() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Express |
value()
Get the value property: A list of the routes table. |
Express |
withNextLink(String nextLink)
Set the next |
Express |
withValue(List<ExpressRouteCircuitRoutesTableSummary> value)
Set the value property: A list of the routes table. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitsRoutesTableSummaryListResultInner
public ExpressRouteCircuitsRoutesTableSummaryListResultInner()
Creates an instance of ExpressRouteCircuitsRoutesTableSummaryListResultInner class.
Method Details
fromJson
public static ExpressRouteCircuitsRoutesTableSummaryListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitsRoutesTableSummaryListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: A list of the routes table.
Returns:
withNextLink
public ExpressRouteCircuitsRoutesTableSummaryListResultInner withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.
Parameters:
Returns:
withValue
public ExpressRouteCircuitsRoutesTableSummaryListResultInner withValue(List
Set the value property: A list of the routes table.
Parameters:
Returns:
Applies to
Azure SDK for Java