Operation interface
A REST API operation
Properties
display | The object that describes the operation. |
name | This is of the format {provider}/{resource}/{operation}. |
origin | The intended executor of the operation. |
properties | Properties of the operation. |
Property Details
display
name
This is of the format {provider}/{resource}/{operation}.
name?: string
Property Value
string
origin
The intended executor of the operation.
origin?: string
Property Value
string
properties
Properties of the operation.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript