Uses of Class
com.azure.resourcemanager.network.models.RoutingRuleListResult
Packages that use RoutingRuleListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingRuleListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type RoutingRuleListResultModifier and TypeClassDescriptionfinal classRouting configuration rule list result.Methods in com.azure.resourcemanager.network.models that return RoutingRuleListResultModifier and TypeMethodDescriptionstatic RoutingRuleListResultRoutingRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingRuleListResult from the JsonReader.RoutingRuleListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.RoutingRuleListResult.withValue(List<RoutingRuleInner> value) Set the value property: A list of routing rules.