OperationsDefinition interface
Properties of an Operation.
Properties
| action |
The action type. |
| display | Display information of the operation. |
| is |
Indicates whether the operation applies to data-plane. |
| name | Name of the operation. |
| origin | The origin. |
| properties | Anything |
Property Details
actionType
display
Display information of the operation.
display: OperationsDefinitionDisplay
Property Value
isDataAction
Indicates whether the operation applies to data-plane.
isDataAction?: boolean
Property Value
boolean
name
Name of the operation.
name: string
Property Value
string
origin
properties
Anything
properties?: any
Property Value
any