ApiOperationListResult interface

The list of managed API operations.

Properties

nextLink

The URL to get the next set of results.

value

The api operation definitions for an API.

Property Details

The URL to get the next set of results.

nextLink?: string

Property Value

string

value

The api operation definitions for an API.

value?: ApiOperation[]

Property Value