Uses of Class
com.azure.resourcemanager.network.models.HubRoute
Packages that use HubRoute
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of HubRoute in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type HubRouteModifier and TypeMethodDescriptionHubRouteTableInner.routes()Get the routes property: List of all routes.HubRouteTableProperties.routes()Get the routes property: List of all routes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type HubRouteModifier and TypeMethodDescriptionHubRouteTableInner.withRoutes(List<HubRoute> routes) Set the routes property: List of all routes.HubRouteTableProperties.withRoutes(List<HubRoute> routes) Set the routes property: List of all routes. -
Uses of HubRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return HubRouteModifier and TypeMethodDescriptionstatic HubRouteHubRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HubRoute from the JsonReader.HubRoute.withDestinations(List<String> destinations) Set the destinations property: List of all destinations.HubRoute.withDestinationType(String destinationType) Set the destinationType property: The type of destinations (eg: CIDR, ResourceId, Service).Set the name property: The name of the Route that is unique within a RouteTable.HubRoute.withNextHop(String nextHop) Set the nextHop property: NextHop resource ID.HubRoute.withNextHopType(String nextHopType) Set the nextHopType property: The type of next hop (eg: ResourceId).