Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringListResult
Packages that use ExpressRouteCircuitPeeringListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuitPeeringListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteCircuitPeeringListResultModifier and TypeClassDescriptionfinal classResponse for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCircuit.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitPeeringListResultModifier and TypeMethodDescriptionExpressRouteCircuitPeeringListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitPeeringListResult from the JsonReader.ExpressRouteCircuitPeeringListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.ExpressRouteCircuitPeeringListResult.withValue(List<ExpressRouteCircuitPeeringInner> value) Set the value property: The peerings in an express route circuit.