Uses of Class
com.azure.resourcemanager.network.models.VirtualHubRouteV2
Packages that use VirtualHubRouteV2
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualHubRouteV2 in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualHubRouteV2Modifier and TypeMethodDescriptionVirtualHubRouteTableV2Inner.routes()Get the routes property: List of all routes.VirtualHubRouteTableV2Properties.routes()Get the routes property: List of all routes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualHubRouteV2Modifier and TypeMethodDescriptionVirtualHubRouteTableV2Inner.withRoutes(List<VirtualHubRouteV2> routes) Set the routes property: List of all routes.VirtualHubRouteTableV2Properties.withRoutes(List<VirtualHubRouteV2> routes) Set the routes property: List of all routes. -
Uses of VirtualHubRouteV2 in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualHubRouteV2Modifier and TypeMethodDescriptionstatic VirtualHubRouteV2VirtualHubRouteV2.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualHubRouteV2 from the JsonReader.VirtualHubRouteV2.withDestinations(List<String> destinations) Set the destinations property: List of all destinations.VirtualHubRouteV2.withDestinationType(String destinationType) Set the destinationType property: The type of destinations.VirtualHubRouteV2.withNextHops(List<String> nextHops) Set the nextHops property: NextHops ip address.VirtualHubRouteV2.withNextHopType(String nextHopType) Set the nextHopType property: The type of next hops.