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