Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationListResult

Package version

Result of the request to list Storage 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

The URL to get the next set of operations.

Optional value

value: Operation[]

List of Storage operations supported by the Storage resource provider.

Generated using TypeDoc