AuthorizationListResult Class

Response for ListAuthorizations API service call retrieves all authorizations that belongs to an ExpressRouteCircuit.

Inheritance
AuthorizationListResult

Constructor

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

Parameters

value
list[ExpressRouteCircuitAuthorization]

The authorizations in an ExpressRoute Circuit.

next_link
str

The URL to get the next set of results.