LogAnalyticsQueryPackQuery interface
A Log Analytics QueryPack-Query definition.
- Extends
Properties
author | Object Id of user creating the query. NOTE: This property will not be serialized. It can only be populated by the server. |
body | Body of the query. |
description | Description of the query. |
display |
Unique display name for your query within the Query Pack. |
id |
The unique ID of your application. This field cannot be changed. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Additional properties that can be set for the query. |
related | The related metadata items for the function. |
tags | Tags associated with the query. |
time |
Creation Date for the Log Analytics Query, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
Last modified date of the Log Analytics Query, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Azure resource name NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Read only system data NOTE: This property will not be serialized. It can only be populated by the server. |
type | Azure resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
author
Object Id of user creating the query. NOTE: This property will not be serialized. It can only be populated by the server.
author?: string
Property Value
string
body
Body of the query.
body?: string
Property Value
string
description
Description of the query.
description?: string
Property Value
string
displayName
Unique display name for your query within the Query Pack.
displayName?: string
Property Value
string
idPropertiesId
The unique ID of your application. This field cannot be changed. NOTE: This property will not be serialized. It can only be populated by the server.
idPropertiesId?: string
Property Value
string
properties
Additional properties that can be set for the query.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
related
The related metadata items for the function.
related?: LogAnalyticsQueryPackQueryPropertiesRelated
Property Value
tags
Tags associated with the query.
tags?: {[propertyName: string]: string[]}
Property Value
{[propertyName: string]: string[]}
timeCreated
Creation Date for the Log Analytics Query, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
timeCreated?: Date
Property Value
Date
timeModified
Last modified date of the Log Analytics Query, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
timeModified?: Date
Property Value
Date
Inherited Property Details
id
Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From AzureResourceProperties.id
name
Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From AzureResourceProperties.name
systemData
Read only system data NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From AzureResourceProperties.systemData
type
Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From AzureResourceProperties.type