Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Operation

Package version

interface

An interface representing Operation.

summary

A REST API operation.

Details of a REST API operation

Hierarchy

  • Operation

Index

Properties

Optional display

member

{OperationDisplay} [display] The object that describes the operation.

Optional name

name: undefined | string
member

{string} [name] The operation name. This is of the format {provider}/{resource}/{operation} NOTE: This property will not be serialized. It can only be populated by the server.

Optional origin

origin: undefined | string
member

{string} [origin] The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

properties: any
member

{any} [properties] Properties of the operation.

Generated using TypeDoc