public class VirtualHubRouteTable extends Object
| Constructor and Description |
|---|
VirtualHubRouteTable() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualHubRoute> |
routes()
Get list of all routes.
|
VirtualHubRouteTable |
withRoutes(List<VirtualHubRoute> routes)
Set list of all routes.
|
public List<VirtualHubRoute> routes()
public VirtualHubRouteTable withRoutes(List<VirtualHubRoute> routes)
routes - the routes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/