ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner
- com.
Implements
public final class ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner
implements JsonSerializable<ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner>
Response for ListRoutesTable associated with the Express Route Cross Connections.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner() |
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 |
withValue(List<ExpressRouteCrossConnectionRoutesTableSummary> value)
Set the value property: A list of the routes table. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner
public ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner()
Creates an instance of ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner class.
Method Details
fromJson
public static ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner 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:
withValue
public ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner withValue(List
Set the value property: A list of the routes table.
Parameters:
Returns:
Applies to
Azure SDK for Java