AuthorizationListResult interface

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

Properties

nextLink

The URL to get the next set of results.

value

The authorizations in an ExpressRoute Circuit.

Property Details

The URL to get the next set of results.

nextLink?: string

Property Value

string

value

The authorizations in an ExpressRoute Circuit.

value?: ExpressRouteCircuitAuthorization[]

Property Value