Compartilhar via


ExpressRouteCircuitConnectionListResult Class

Response for ListConnections API service call retrieves all global reach connections that belongs to a Private Peering for an ExpressRouteCircuit.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteCircuitConnectionListResult

Constructor

ExpressRouteCircuitConnectionListResult(*, value: List[_models.ExpressRouteCircuitConnection] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

The global reach connection associated with Private Peering in an ExpressRoute Circuit.

next_link
str

The URL to get the next set of results.

Variables

Name Description
value

The global reach connection associated with Private Peering in an ExpressRoute Circuit.

next_link
str

The URL to get the next set of results.