OperationResult interface
Available operation list result
Properties
display | The object that represents the operation. |
is |
Indicates whether the operation is a data action |
name | The name of the operation. |
next |
The URL to use for getting the next set of results. |
origin | Origin result |
Property Details
display
The object that represents the operation.
display?: AvailableOperationDisplay
Property Value
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
The name of the operation.
name?: string
Property Value
string
nextLink
The URL to use for getting the next set of results.
nextLink?: string
Property Value
string
origin
Origin result
origin?: string
Property Value
string