AuthorizationListResult interface
Response for ListAuthorizations API service call retrieves all authorizations that belongs to an ExpressRouteCircuit.
Properties
next |
The URL to get the next set of results. |
value | The authorizations in an ExpressRoute Circuit. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
The authorizations in an ExpressRoute Circuit.
value?: ExpressRouteCircuitAuthorization[]