Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Operation

Package version

Details of a REST API operation, returned from the Resource Provider Operations API

Hierarchy

  • Operation

Index

Properties

Optional actionType

actionType: ActionType

Enum. 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

Whether the operation applies to data-plane. This is "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

The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" 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; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc