Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePortsLocationListResult
Packages that use ExpressRoutePortsLocationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePortsLocationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRoutePortsLocationListResultModifier and TypeClassDescriptionfinal classExpressRoutePorts Location List Result Response for ListExpressRoutePortsLocations API service call.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePortsLocationListResultModifier and TypeMethodDescriptionExpressRoutePortsLocationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRoutePortsLocationListResult from the JsonReader.ExpressRoutePortsLocationListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ExpressRoutePortsLocationListResult.withValue(List<ExpressRoutePortsLocationInner> value) Set the value property: The list of all ExpressRoutePort peering locations.