ExpressRouteCircuitPeeringListResult Class
Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCircuit.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitPeeringListResult
Constructor
ExpressRouteCircuitPeeringListResult(*, value: List[_models.ExpressRouteCircuitPeering] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The peerings in an express route circuit. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
The peerings in an express route circuit. |
next_link
|
The URL to get the next set of results. |