Class ExpressRouteGatewayListInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ExpressRouteGatewayListInner
List of ExpressRoute gateways.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteGatewayListInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: List of ExpressRoute gateways.withValue(List<ExpressRouteGatewayInner> value) Set the value property: List of ExpressRoute gateways.
-
Constructor Details
-
ExpressRouteGatewayListInner
public ExpressRouteGatewayListInner()Creates an instance of ExpressRouteGatewayListInner class.
-
-
Method Details
-
value
Get the value property: List of ExpressRoute gateways.- Returns:
- the value value.
-
withValue
Set the value property: List of ExpressRoute gateways.- Parameters:
value- the value value to set.- Returns:
- the ExpressRouteGatewayListInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-