Uses of Class
com.azure.resourcemanager.network.models.VirtualHubRoute
Packages that use VirtualHubRoute
Package
Description
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 VirtualHubRouteModifier and TypeMethodDescriptionstatic VirtualHubRouteVirtualHubRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualHubRoute from the JsonReader.VirtualHubRoute.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: List of all addressPrefixes.VirtualHubRoute.withNextHopIpAddress(String nextHopIpAddress) Set the nextHopIpAddress property: NextHop ip address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualHubRouteModifier and TypeMethodDescriptionVirtualHubRouteTable.routes()Get the routes property: List of all routes.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VirtualHubRouteModifier and TypeMethodDescriptionVirtualHubRouteTable.withRoutes(List<VirtualHubRoute> routes) Set the routes property: List of all routes.