Class VirtualHubRouteTable
java.lang.Object
com.microsoft.azure.management.network.VirtualHubRouteTable
VirtualHub route table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionroutes()
Get list of all routes.withRoutes
(List<VirtualHubRoute> routes) Set list of all routes.
-
Constructor Details
-
VirtualHubRouteTable
public VirtualHubRouteTable()
-
-
Method Details
-
routes
Get list of all routes.- Returns:
- the routes value
-
withRoutes
Set list of all routes.- Parameters:
routes
- the routes value to set- Returns:
- the VirtualHubRouteTable object itself.
-