ExpressRouteConnectionListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteConnectionListInner
- com.
Implements
public final class ExpressRouteConnectionListInner
implements JsonSerializable<ExpressRouteConnectionListInner>
ExpressRouteConnection list.
Constructor Summary
| Constructor | Description |
|---|---|
| ExpressRouteConnectionListInner() |
Creates an instance of Express |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Express |
value()
Get the value property: The list of Express |
|
Express |
withValue(List<ExpressRouteConnectionInner> value)
Set the value property: The list of Express |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<ExpressRouteConnectionInner> value()
Get the value property: The list of ExpressRoute connections.
Returns:
withValue
public ExpressRouteConnectionListInner withValue(List<ExpressRouteConnectionInner> value)
Set the value property: The list of ExpressRoute connections.
Parameters:
Returns: