Uses of Class
com.azure.resourcemanager.network.models.HubRoute
-
Packages that use HubRoute 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 HubRoute in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type HubRoute Modifier and Type Method Description List<HubRoute>HubRouteTableInner. routes()Get the routes property: List of all routes.List<HubRoute>HubRouteTableProperties. routes()Get the routes property: List of all routes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type HubRoute Modifier and Type Method Description HubRouteTableInnerHubRouteTableInner. withRoutes(List<HubRoute> routes)Set the routes property: List of all routes.HubRouteTablePropertiesHubRouteTableProperties. 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 HubRoute Modifier and Type Method Description HubRouteHubRoute. withDestinations(List<String> destinations)Set the destinations property: List of all destinations.HubRouteHubRoute. withDestinationType(String destinationType)Set the destinationType property: The type of destinations (eg: CIDR, ResourceId, Service).HubRouteHubRoute. withName(String name)Set the name property: The name of the Route that is unique within a RouteTable.HubRouteHubRoute. withNextHop(String nextHop)Set the nextHop property: NextHop resource ID.HubRouteHubRoute. withNextHopType(String nextHopType)Set the nextHopType property: The type of next hop (eg: ResourceId).
-