ExpressRouteConnectionListInner Class

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

Implements

public final class ExpressRouteConnectionListInner
implements JsonSerializable<ExpressRouteConnectionListInner>

ExpressRouteConnection list.

Constructor Summary

Constructor Description
ExpressRouteConnectionListInner()

Creates an instance of ExpressRouteConnectionListInner class.

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.

ExpressRouteConnectionListInner withValue(List<ExpressRouteConnectionInner> value)

Set the value property: The list of ExpressRoute connections.

Methods inherited from java.lang.Object

Constructor Details

ExpressRouteConnectionListInner

public ExpressRouteConnectionListInner()

Creates an instance of ExpressRouteConnectionListInner class.

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 value()

Get the value property: The list of ExpressRoute connections.

Returns:

the value value.

withValue

public ExpressRouteConnectionListInner withValue(List value)

Set the value property: The list of ExpressRoute connections.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteConnectionListInner object itself.

Applies to