Uses of Class
com.azure.resourcemanager.network.models.PeerExpressRouteCircuitConnectionListResult
Packages that use PeerExpressRouteCircuitConnectionListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PeerExpressRouteCircuitConnectionListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PeerExpressRouteCircuitConnectionListResultModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PeerExpressRouteCircuitConnectionListResult from the JsonReader.PeerExpressRouteCircuitConnectionListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.PeerExpressRouteCircuitConnectionListResult.withValue(List<PeerExpressRouteCircuitConnectionInner> value) Set the value property: The global reach peer circuit connection associated with Private Peering in an ExpressRoute Circuit.