Package version:

Interface LogAnalyticsQueryPackQuery

A Log Analytics QueryPack-Query definition.

Hierarchy

Properties

author?: string

Object Id of user creating the query. NOTE: This property will not be serialized. It can only be populated by the server.

body?: string

Body of the query.

description?: string

Description of the query.

displayName?: string

Unique display name for your query within the Query Pack.

id?: string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

idPropertiesId?: string

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.

name?: string

Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.

properties?: Record<string, unknown>

Additional properties that can be set for the query.

The related metadata items for the function.

systemData?: SystemData

Read only system data NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string[];
}

Tags associated with the query.

Type declaration

  • [propertyName: string]: string[]
timeCreated?: Date

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.

timeModified?: Date

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.

type?: string

Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc