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
fun GetQueryResult(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)