OperationEntity interface
The operations supported by Bot Service Management.
Properties
| display | The operation supported by Bot Service Management. |
| name | Operation name: {provider}/{resource}/{operation}. |
| origin | The origin of the operation. |
| properties | Additional properties. |
Property Details
display
The operation supported by Bot Service Management.
display?: OperationDisplayInfo
Property Value
name
Operation name: {provider}/{resource}/{operation}.
name?: string
Property Value
string
origin
The origin of the operation.
origin?: string
Property Value
string
properties
Additional properties.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>