Uses of Class
com.azure.resourcemanager.network.models.RouteListResult
Packages that use RouteListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RouteListResultModifier and TypeMethodDescriptionstatic RouteListResultRouteListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteListResult from the JsonReader.RouteListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.RouteListResult.withValue(List<RouteInner> value) Set the value property: A list of routes in a resource group.