Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationDisplay

Package version

interface

An interface representing OperationDisplay.

summary

Operation Display.

The object that describes the operation.

Hierarchy

  • OperationDisplay

Index

Properties

Optional description

description: undefined | string
member

{string} [description] Operation description. A description of the operation.

Optional operation

operation: undefined | string
member

{string} [operation] Operation Type. The type of operation. For example: read, write, delete.

Optional provider

provider: undefined | string
member

{string} [provider] Resource Provider Name. Friendly name of the resource provider.

Optional resource

resource: undefined | string
member

{string} [resource] Resource Type. The resource type on which the operation is performed.

Generated using TypeDoc