ExpressRouteCircuitsRoutesTableSummaryListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ExpressRouteCircuitsRoutesTableSummaryListResultInner

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 ExpressRouteCircuitsRoutesTableSummaryListResultInner class.

Method Summary

Modifier and Type Method and Description
static ExpressRouteCircuitsRoutesTableSummaryListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteCircuitsRoutesTableSummaryListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExpressRouteCircuitRoutesTableSummary> value()

Get the value property: A list of the routes table.

ExpressRouteCircuitsRoutesTableSummaryListResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

ExpressRouteCircuitsRoutesTableSummaryListResultInner 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ExpressRouteCircuitsRoutesTableSummaryListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExpressRouteCircuitsRoutesTableSummaryListResultInner.

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of the routes table.

Returns:

the value value.

withNextLink

public ExpressRouteCircuitsRoutesTableSummaryListResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ExpressRouteCircuitsRoutesTableSummaryListResultInner object itself.

withValue

public ExpressRouteCircuitsRoutesTableSummaryListResultInner withValue(List value)

Set the value property: A list of the routes table.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteCircuitsRoutesTableSummaryListResultInner object itself.

Applies to