Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationResult

Package version

A Microsoft.Dashboard REST API operation.

Hierarchy

  • OperationResult

Index

Properties

Optional actionType

actionType: ActionType

Indicates the action type. "Internal" refers to actions that are for internal only APIs. NOTE: This property will not be serialized. It can only be populated by the server.

Optional display

Localized display information for this particular operation.

Optional isDataAction

isDataAction: undefined | false | true

Indicates whether the operation applies to data-plane. Set "true" for data-plane operations and "false" for ARM/control-plane operations. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Operation name, i.e., {provider}/{resource}/{operation}. NOTE: This property will not be serialized. It can only be populated by the server.

Optional origin

origin: Origin

The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc