LogAnalyticsQueryPackQueryProperties Class

Properties that define an Log Analytics QueryPack-Query resource.

Constructor

LogAnalyticsQueryPackQueryProperties(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

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

display_name
str

Unique display name for your query within the Query Pack. Required.

time_created

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

time_modified

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

author
str

Object Id of user creating the query.

description
str

Description of the query.

body
str

Body of the query. Required.

related

The related metadata items for the function.

tags

Tags associated with the query.

properties
any

Additional properties that can be set for the query.

Attributes

author

Object Id of user creating the query.

author: str | None

body

Body of the query. Required.

body: str

description

Description of the query.

description: str | None

display_name

Unique display name for your query within the Query Pack. Required.

display_name: str

id

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

id: str | None

properties

Additional properties that can be set for the query.

properties: Any | None

The related metadata items for the function.

related: _models.LogAnalyticsQueryPackQueryPropertiesRelated | None

tags

Tags associated with the query.

tags: dict[str, list[str]] | None

time_created

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

time_created: datetime | None

time_modified

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

time_modified: datetime | None