ClientDiscoveryResponse interface

Operations List response which contains list of available APIs.

Properties

nextLink

Link to the next chunk of Response.

value

List of available operations.

Property Details

Link to the next chunk of Response.

nextLink?: string

Property Value

string

value

List of available operations.

value?: ClientDiscoveryValueForSingleApi[]

Property Value