GetQueryResult

data class GetQueryResult(val author: String, val body: String, val description: String? = null, val displayName: String, val id: String, val name: String, val properties: Any, val related: LogAnalyticsQueryPackQueryPropertiesResponseRelated? = null, val systemData: SystemDataResponse, val tags: Map<String, List<String>>? = null, val timeCreated: String, val timeModified: String, val type: String)

A Log Analytics QueryPack-Query definition.

Constructors

Link copied to clipboard
constructor(author: String, body: String, description: String? = null, displayName: String, id: String, name: String, properties: Any, related: LogAnalyticsQueryPackQueryPropertiesResponseRelated? = null, systemData: SystemDataResponse, tags: Map<String, List<String>>? = null, timeCreated: String, timeModified: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Object Id of user creating the query.

Link copied to clipboard

Body of the query.

Link copied to clipboard
val description: String? = null

Description of the query.

Link copied to clipboard

Unique display name for your query within the Query Pack.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

Azure resource name

Link copied to clipboard

Additional properties that can be set for the query.

Link copied to clipboard

The related metadata items for the function.

Link copied to clipboard

Read only system data

Link copied to clipboard
val tags: Map<String, List<String>>? = null

Tags associated with the query.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Azure resource type