Uses of Class
com.azure.resourcemanager.network.models.VirtualHubRouteV2
-
Packages that use VirtualHubRouteV2 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 VirtualHubRouteV2 in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualHubRouteV2 Modifier and Type Method Description List<VirtualHubRouteV2>VirtualHubRouteTableV2Inner. routes()Get the routes property: List of all routes.List<VirtualHubRouteV2>VirtualHubRouteTableV2Properties. routes()Get the routes property: List of all routes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualHubRouteV2 Modifier and Type Method Description VirtualHubRouteTableV2InnerVirtualHubRouteTableV2Inner. withRoutes(List<VirtualHubRouteV2> routes)Set the routes property: List of all routes.VirtualHubRouteTableV2PropertiesVirtualHubRouteTableV2Properties. 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 VirtualHubRouteV2 Modifier and Type Method Description VirtualHubRouteV2VirtualHubRouteV2. withDestinations(List<String> destinations)Set the destinations property: List of all destinations.VirtualHubRouteV2VirtualHubRouteV2. withDestinationType(String destinationType)Set the destinationType property: The type of destinations.VirtualHubRouteV2VirtualHubRouteV2. withNextHops(List<String> nextHops)Set the nextHops property: NextHops ip address.VirtualHubRouteV2VirtualHubRouteV2. withNextHopType(String nextHopType)Set the nextHopType property: The type of next hops.
-