ExpressRouteCircuitsRoutesTableListResultInner Class

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

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

Method Summary

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

Reads an instance of ExpressRouteCircuitsRoutesTableListResultInner 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<ExpressRouteCircuitRoutesTable> value()

Get the value property: The list of routes table.

ExpressRouteCircuitsRoutesTableListResultInner withNextLink(String nextLink)

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

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

jsonReader - The JsonReader being read.

Returns:

An instance of ExpressRouteCircuitsRoutesTableListResultInner 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 ExpressRouteCircuitsRoutesTableListResultInner.

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: The list of routes table.

Returns:

the value value.

withNextLink

public ExpressRouteCircuitsRoutesTableListResultInner 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 ExpressRouteCircuitsRoutesTableListResultInner object itself.

withValue

public ExpressRouteCircuitsRoutesTableListResultInner withValue(List value)

Set the value property: The list of routes table.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteCircuitsRoutesTableListResultInner object itself.

Applies to