OperationList interface

Result of the request to list REST API operations. It contains a list of operations.

Properties

nextLink

The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

value

List of operations supported by the resource provider.

Property Details

The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

nextLink?: string

Property Value

string

value

List of operations supported by the resource provider.

value?: Operation[]

Property Value