GraphQueryPropertiesUpdateParameters interface
Properties that contain a workbook for PATCH operation.
Properties
| description | The description of a graph query. |
| query | KQL query that will be graph. |
Property Details
description
The description of a graph query.
description?: string
Property Value
string
query
KQL query that will be graph.
query?: string
Property Value
string