LogAnalyticsQueryPackQueryProperties interface

Properties that define an Log Analytics QueryPack-Query resource.

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.

id

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.

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

id

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

id?: 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