Uses of Class
com.azure.resourcemanager.network.models.ReachabilityAnalysisRunListResult
Packages that use ReachabilityAnalysisRunListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ReachabilityAnalysisRunListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ReachabilityAnalysisRunListResultModifier and TypeClassDescriptionfinal classA list of Reachability Analysis Run.Methods in com.azure.resourcemanager.network.models that return ReachabilityAnalysisRunListResultModifier and TypeMethodDescriptionReachabilityAnalysisRunListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReachabilityAnalysisRunListResult from the JsonReader.ReachabilityAnalysisRunListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next page of results.ReachabilityAnalysisRunListResult.withValue(List<ReachabilityAnalysisRunInner> value) Set the value property: Gets a page of Reachability Analysis Runs.