ExpressRouteConnectionListInner Class

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

Implements

public final class ExpressRouteConnectionListInner
implements JsonSerializable<ExpressRouteConnectionListInner>

ExpressRouteConnection list.

Method Summary

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

Reads an instance of ExpressRouteConnectionListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExpressRouteConnectionInner> value()

Get the value property: The list of ExpressRoute connections.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ExpressRouteConnectionListInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteConnectionListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ExpressRouteConnectionInner> value()

Get the value property: The list of ExpressRoute connections.

Returns:

the value value.

Applies to