Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationListResult

Package version

Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results.

Hierarchy

  • OperationListResult

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

The URL to get the next set of operation list results if there are any. NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: Operation[]

The list of operations supported by the resource provider.

Generated using TypeDoc