Uses of Class
com.azure.resourcemanager.network.models.VirtualHubRoute
-
Packages that use VirtualHubRoute Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualHubRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualHubRoute Modifier and Type Method Description VirtualHubRouteVirtualHubRoute. withAddressPrefixes(List<String> addressPrefixes)Set the addressPrefixes property: List of all addressPrefixes.VirtualHubRouteVirtualHubRoute. withNextHopIpAddress(String nextHopIpAddress)Set the nextHopIpAddress property: NextHop ip address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualHubRoute Modifier and Type Method Description List<VirtualHubRoute>VirtualHubRouteTable. routes()Get the routes property: List of all routes.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VirtualHubRoute Modifier and Type Method Description VirtualHubRouteTableVirtualHubRouteTable. withRoutes(List<VirtualHubRoute> routes)Set the routes property: List of all routes.
-