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
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.