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 | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" 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
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResourceAutoGenerated.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResourceAutoGenerated.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResourceAutoGenerated.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResourceAutoGenerated.type