Compartilhar via


ExpressRouteCircuitPeeringListResult Class

Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCircuit.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteCircuitPeeringListResult

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
str

The URL to get the next set of results.

Variables

Name Description
value

The peerings in an express route circuit.

next_link
str

The URL to get the next set of results.