Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitConnectionListResult
Packages that use ExpressRouteCircuitConnectionListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuitConnectionListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteCircuitConnectionListResultModifier and TypeClassDescriptionfinal classResponse for ListConnections API service call retrieves all global reach connections that belongs to a Private Peering for an ExpressRouteCircuit.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitConnectionListResultModifier and TypeMethodDescriptionExpressRouteCircuitConnectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitConnectionListResult from the JsonReader.ExpressRouteCircuitConnectionListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ExpressRouteCircuitConnectionListResult.withValue(List<ExpressRouteCircuitConnectionInner> value) Set the value property: The global reach connection associated with Private Peering in an ExpressRoute Circuit.