Class VirtualHubRouteTable

java.lang.Object
com.microsoft.azure.management.network.VirtualHubRouteTable

public class VirtualHubRouteTable extends Object
VirtualHub route table.
  • Constructor Details

    • VirtualHubRouteTable

      public VirtualHubRouteTable()
  • Method Details

    • routes

      public List<VirtualHubRoute> routes()
      Get list of all routes.
      Returns:
      the routes value
    • withRoutes

      public VirtualHubRouteTable withRoutes(List<VirtualHubRoute> routes)
      Set list of all routes.
      Parameters:
      routes - the routes value to set
      Returns:
      the VirtualHubRouteTable object itself.