Get Graph Query Result
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.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The description of a graph query.
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
Date and time in UTC of the last modification that was made to this graph query definition.