OperationsDefinition interface
Properties
display | NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates whether the operation is a data action |
name | NOTE: This property will not be serialized. It can only be populated by the server. |
origin | NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Dictionary of NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
NOTE: This property will not be serialized. It can only be populated by the server.
display?: OperationsDisplayDefinition
Property Value
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
origin
NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string
properties
Dictionary of NOTE: This property will not be serialized. It can only be populated by the server.
properties?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Azure SDK for JavaScript