Operation interface
REST API operation
Properties
display | The object that represents the operation. |
is |
Whether or not this is a data plane operation |
name | Operation name: {provider}/{resource}/{operation} |
origin | The origin |
properties | Properties of the operation |
Property Details
display
The object that represents the operation.
display?: OperationDisplay
Property Value
isDataAction
Whether or not this is a data plane operation
isDataAction?: boolean
Property Value
boolean
name
Operation name: {provider}/{resource}/{operation}
name?: string
Property Value
string
origin
The origin
origin?: string
Property Value
string