Package-level declarations

Types

Link copied to clipboard
class GraphQuery : KotlinCustomResource

Graph Query entity definition. Uses Azure REST API version 2020-04-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-09-01-preview. Other available API versions: 2018-09-01-preview, 2019-04-01, 2021-03-01, 2022-10-01, 2024-04-01.

Link copied to clipboard
data class GraphQueryArgs(val description: Output<String>? = null, val query: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<GraphQueryArgs>

Graph Query entity definition. Uses Azure REST API version 2020-04-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-09-01-preview. Other available API versions: 2018-09-01-preview, 2019-04-01, 2021-03-01, 2022-10-01, 2024-04-01.

Link copied to clipboard
Link copied to clipboard
object GraphQueryMapper : ResourceMapper<GraphQuery>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun graphQuery(name: String, block: suspend GraphQueryResourceBuilder.() -> Unit): GraphQuery