Class ExpressRouteConnectionListInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ExpressRouteConnectionListInner
-
public final class ExpressRouteConnectionListInner extends Object
ExpressRouteConnection list.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteConnectionListInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ExpressRouteConnectionInner>value()Get the value property: The list of ExpressRoute connections.ExpressRouteConnectionListInnerwithValue(List<ExpressRouteConnectionInner> value)Set the value property: The list of ExpressRoute connections.
-
-
-
Method Detail
-
value
public List<ExpressRouteConnectionInner> value()
Get the value property: The list of ExpressRoute connections.- Returns:
- the value value.
-
withValue
public ExpressRouteConnectionListInner withValue(List<ExpressRouteConnectionInner> value)
Set the value property: The list of ExpressRoute connections.- Parameters:
value- the value value to set.- Returns:
- the ExpressRouteConnectionListInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-