Uses of Class
com.azure.resourcemanager.network.models.RouteTableListResult
Packages that use RouteTableListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteTableListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type RouteTableListResultModifier and TypeClassDescriptionfinal classResponse for the ListRouteTable API service call.Methods in com.azure.resourcemanager.network.models that return RouteTableListResultModifier and TypeMethodDescriptionstatic RouteTableListResultRouteTableListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteTableListResult from the JsonReader.RouteTableListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.RouteTableListResult.withValue(List<RouteTableInner> value) Set the value property: A list of route tables in a resource group.