Package version:

Interface OperationList

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

Hierarchy

  • OperationList

Properties

Properties

nextLink?: string

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?: Operation[]

List of operations supported by the resource provider.

Generated using TypeDoc