GetGraphQueryResult

data class GetGraphQueryResult(val azureApiVersion: String, val description: String? = null, val etag: String? = null, val id: String, val location: String? = null, val name: String, val query: String, val resultKind: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String)

Graph Query entity definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, etag: String? = null, id: String, location: String? = null, name: String, query: String, resultKind: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

The description of a graph query.

Link copied to clipboard
val etag: String? = null

This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard
val location: String? = null

The location of the resource

Link copied to clipboard

Azure resource name. This is GUID value. The display name should be assigned within properties field.

Link copied to clipboard

KQL query that will be graph.

Link copied to clipboard

Enum indicating a type of graph query.

Link copied to clipboard

The system metadata relating to this resource.

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

Resource tags

Link copied to clipboard

Date and time in UTC of the last modification that was made to this graph query definition.

Link copied to clipboard

Azure resource type