LogAnalyticsQueryPackQuery interface

A Log Analytics QueryPack-Query definition.

Extends

Properties

author

Object Id of user creating the query.

body

Body of the query.

description

Description of the query.

displayName

Unique display name for your query within the Query Pack.

idPropertiesId

The unique ID of your application. This field cannot be changed.

properties

Additional properties that can be set for the query.

related

The related metadata items for the function.

tags

Tags associated with the query.

timeCreated

Creation Date for the Log Analytics Query, in ISO 8601 format.

timeModified

Last modified date of the Log Analytics Query, in ISO 8601 format.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

author

Object Id of user creating the query.

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.

idPropertiesId?: string

Property Value

string

properties

Additional properties that can be set for the query.

properties?: any

Property Value

any

The related metadata items for the function.

related?: LogAnalyticsQueryPackQueryPropertiesRelated

Property Value

tags

Tags associated with the query.

tags?: Record<string, string[]>

Property Value

Record<string, string[]>

timeCreated

Creation Date for the Log Analytics Query, in ISO 8601 format.

timeCreated?: Date

Property Value

Date

timeModified

Last modified date of the Log Analytics Query, in ISO 8601 format.

timeModified?: Date

Property Value

Date

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type