ExpressRoutePortsLocationListResult Class
Response for ListExpressRoutePortsLocations API service call.
Constructor
ExpressRoutePortsLocationListResult(*, value: List[_models.ExpressRoutePortsLocation] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of all ExpressRoutePort peering locations. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
The list of all ExpressRoutePort peering locations. |
next_link
|
The URL to get the next set of results. |