GetGraphQueryResult

data class GetGraphQueryResult(val description: String? = null, val etag: String? = null, val id: String, val location: String, 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(description: String? = null, etag: String? = null, id: String, location: String, 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
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.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

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

Metadata pertaining to creation and last modification of the 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