ExpressRouteCircuitsRoutesTableListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteCircuitsRoutesTableListResultInner
- com.
Implements
public final class ExpressRouteCircuitsRoutesTableListResultInner
implements JsonSerializable<ExpressRouteCircuitsRoutesTableListResultInner>
Response for ListRoutesTable associated with the Express Route Circuits API.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitsRoutesTableListResultInner() |
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: The list of routes table. |
Express |
withNextLink(String nextLink)
Set the next |
Express |
withValue(List<ExpressRouteCircuitRoutesTable> value)
Set the value property: The list of routes table. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitsRoutesTableListResultInner
public ExpressRouteCircuitsRoutesTableListResultInner()
Creates an instance of ExpressRouteCircuitsRoutesTableListResultInner class.
Method Details
fromJson
public static ExpressRouteCircuitsRoutesTableListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitsRoutesTableListResultInner 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: The list of routes table.
Returns:
withNextLink
public ExpressRouteCircuitsRoutesTableListResultInner withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of results.
Parameters:
Returns:
withValue
public ExpressRouteCircuitsRoutesTableListResultInner withValue(List
Set the value property: The list of routes table.
Parameters:
Returns:
Applies to
Azure SDK for Java