SingleOperation interface
Microsoft.Marketplace REST API operation
Properties
| display | The object that represents the operation. |
| id | Operation ID |
| is |
Indicates whether the operation is a data action |
| name | Operation name: {provider}/{resource}/{operation} |
| origin | Origin of the operation |
| properties | Properties of the operation |
Property Details
display
The object that represents the operation.
display?: SingleOperationDisplay
Property Value
id
Operation ID
id?: string
Property Value
string
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
Operation name: {provider}/{resource}/{operation}
name?: string
Property Value
string
origin
Origin of the operation
origin?: string
Property Value
string
properties
Properties of the operation
properties?: any
Property Value
any