Uses of Class
com.microsoft.azure.management.network.VirtualHubRoute
Packages that use VirtualHubRoute
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of VirtualHubRoute in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return VirtualHubRouteModifier and TypeMethodDescriptionVirtualHubRoute.withAddressPrefixes
(List<String> addressPrefixes) Set list of all addressPrefixes.VirtualHubRoute.withNextHopIpAddress
(String nextHopIpAddress) Set nextHop ip address.Methods in com.microsoft.azure.management.network that return types with arguments of type VirtualHubRouteMethod parameters in com.microsoft.azure.management.network with type arguments of type VirtualHubRouteModifier and TypeMethodDescriptionVirtualHubRouteTable.withRoutes
(List<VirtualHubRoute> routes) Set list of all routes.