OperationEntity interface
The operation supported by Domain Services.
Properties
display | The operation supported by Domain Services. |
name | Operation name: {provider}/{resource}/{operation}. |
origin | The origin of the operation. |
Property Details
display
The operation supported by Domain Services.
display?: OperationDisplayInfo
Property Value
name
Operation name: {provider}/{resource}/{operation}.
name?: string
Property Value
string
origin
The origin of the operation.
origin?: string
Property Value
string