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