OperationLive interface
Represents an operation returned by the GetOperations request
Properties
display | Display name of the operation |
is |
Indicates whether the operation is a data action |
name | Name of the operation |
origin | Origin of the operation |
properties | Properties of the operation |
Property Details
display
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
Name of the operation
name?: string
Property Value
string
origin
Origin 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