ExpressRouteCircuitsRoutesTableListResult Class

Response for ListRoutesTable associated with the Express Route Circuits API.

Constructor

ExpressRouteCircuitsRoutesTableListResult(*args: Any, **kwargs: Any)

Variables

Name Description
value

The ExpressRouteCircuitRoutesTable items on this page. Required.

next_link
str

The link to the next page of items.

Attributes

The link to the next page of items.

next_link: str | None

value

The ExpressRouteCircuitRoutesTable items on this page. Required.

value: list['_models.ExpressRouteCircuitRoutesTable']