Uses of Class
com.azure.resourcemanager.network.models.VirtualHubRouteTable
-
Packages that use VirtualHubRouteTable Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualHubRouteTable in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualHubRouteTable Modifier and Type Method Description VirtualHubRouteTableVirtualHubInner. routeTable()Get the routeTable property: The routeTable associated with this virtual hub.VirtualHubRouteTableVirtualHubProperties. routeTable()Get the routeTable property: The routeTable associated with this virtual hub.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualHubRouteTable Modifier and Type Method Description VirtualHubInnerVirtualHubInner. withRouteTable(VirtualHubRouteTable routeTable)Set the routeTable property: The routeTable associated with this virtual hub.VirtualHubPropertiesVirtualHubProperties. withRouteTable(VirtualHubRouteTable routeTable)Set the routeTable property: The routeTable associated with this virtual hub. -
Uses of VirtualHubRouteTable in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualHubRouteTable Modifier and Type Method Description VirtualHubRouteTableVirtualHubRouteTable. withRoutes(List<VirtualHubRoute> routes)Set the routes property: List of all routes.
-