OperationListResult interface

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

Properties

nextLink

The link to the next page of items

value

The Operation items on this page

Property Details

The link to the next page of items

nextLink?: string

Property Value

string

value

The Operation items on this page

value: Operation[]

Property Value