Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationList

Package version

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

Hierarchy

  • OperationList

Index

Properties

Properties

Optional nextLink

nextLink: undefined | 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.

Optional value

value: Operation[]

List of operations supported by the resource provider.

Generated using TypeDoc