AuthorizationListResult Class
Response for ListAuthorizations API service call retrieves all authorizations that belongs to an ExpressRouteCircuit.
Constructor
AuthorizationListResult(*, value: list['_models.ExpressRouteCircuitAuthorization'] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
The authorizations in an ExpressRoute Circuit. Default value: None
|
|
next_link
|
The URL to get the next set of results. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
The authorizations in an ExpressRoute Circuit. |
|
next_link
|
The URL to get the next set of results. |