Package-level declarations

Types

Link copied to clipboard
class GraphQuery : KotlinCustomResource

Graph Query entity definition. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2020-04-01-preview. Other available API versions: 2020-04-01-preview, 2021-03-01, 2022-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resourcegraph [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class GraphQueryArgs(val description: Output<String>? = null, val location: 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 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2020-04-01-preview. Other available API versions: 2020-04-01-preview, 2021-03-01, 2022-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resourcegraph [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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