ExpressRoutePortsLocationListResult Class

Response for ListExpressRoutePortsLocations API service call.

Inheritance
ExpressRoutePortsLocationListResult

Constructor

ExpressRoutePortsLocationListResult(*, value: typing.Union[typing.List[_ForwardRef('ExpressRoutePortsLocation')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[ExpressRoutePortsLocation]

The list of all ExpressRoutePort peering locations.

next_link
str

The URL to get the next set of results.