Operation interface
A REST API operation supported by the provider.
Properties
| display | Displayable properties of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| origin | Origin of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
Displayable properties of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
display?: OperationDisplay
Property Value
name
Name of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
origin
Origin of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string