GetQueryResult

data class GetQueryResult(val author: String, val azureApiVersion: 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, azureApiVersion: 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

The Azure API version of the resource.

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

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"