Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCrossConnectionPeeringList
Packages that use ExpressRouteCrossConnectionPeeringList
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteCrossConnectionPeeringList in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteCrossConnectionPeeringListModifier and TypeClassDescriptionfinal classResponse for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCrossConnection.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCrossConnectionPeeringListModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeeringList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCrossConnectionPeeringList from the JsonReader.ExpressRouteCrossConnectionPeeringList.withValue(List<ExpressRouteCrossConnectionPeeringInner> value) Set the value property: The peerings in an express route cross connection.