Get Query Result
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)
Properties
Link copied to clipboard
Description of the query.
Link copied to clipboard
Unique display name for your query within the Query Pack.
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
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.