Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationDisplay

Package version

interface

An interface representing OperationDisplay. The object that describes the operation.

Hierarchy

  • OperationDisplay

Index

Properties

Optional description

description: undefined | string
member

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

Optional operation

operation: undefined | string
member

{string} [operation] The operation type. For example: read, write, delete, or listKeys/action NOTE: This property will not be serialized. It can only be populated by the server.

Optional provider

provider: undefined | string
member

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

Optional resource

resource: undefined | string
member

{string} [resource] The resource type on which the operation is performed. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc