ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner Class

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

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

Method Summary

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

Reads an instance of ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner 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<ExpressRouteCrossConnectionRoutesTableSummary> value()

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

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

jsonReader - The JsonReader being read.

Returns:

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

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.

withValue

public ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner withValue(List value)

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

Parameters:

value - the value value to set.

Returns:

the ExpressRouteCrossConnectionsRoutesTableSummaryListResultInner object itself.

Applies to