Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationListResult

Package version

Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results.

Hierarchy

  • OperationListResult

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

URL to get the next set of operation list results if there are any.

Optional value

value: Operation[]

List of operations supported by the Microsoft.Insights provider.

Generated using TypeDoc