LogAnalyticsQueryPackQuerySearchProperties interface
Properties that define an Log Analytics QueryPack-Query search properties.
Properties
| related | The related metadata items for the function. |
| tags | Tags associated with the query. |
Property Details
related
The related metadata items for the function.
related?: LogAnalyticsQueryPackQuerySearchPropertiesRelated
Property Value
tags
Tags associated with the query.
tags?: Record<string, string[]>
Property Value
Record<string, string[]>