Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class DiscoverySource : KotlinCustomResource

A Discovery Source resource Uses Azure REST API version 2025-01-31-preview. In version 2.x of the Azure Native provider, it used API version 2025-01-31-preview.

Link copied to clipboard
data class DiscoverySourceArgs(val location: Output<String>? = null, val mapName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sourceId: Output<String>? = null, val sourceName: Output<String>? = null, val sourceType: Output<Either<String, SourceType>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DiscoverySourceArgs>

A Discovery Source resource Uses Azure REST API version 2025-01-31-preview. In version 2.x of the Azure Native provider, it used API version 2025-01-31-preview.

Link copied to clipboard
object DiscoverySourceMapper : ResourceMapper<DiscoverySource>
Link copied to clipboard
class Map : KotlinCustomResource

A Maps resource Uses Azure REST API version 2025-01-31-preview. In version 2.x of the Azure Native provider, it used API version 2025-01-31-preview.

Link copied to clipboard
data class MapArgs(val location: Output<String>? = null, val mapName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MapArgs>

A Maps resource Uses Azure REST API version 2025-01-31-preview. In version 2.x of the Azure Native provider, it used API version 2025-01-31-preview.

Link copied to clipboard

Builder for MapArgs.

Link copied to clipboard
object MapMapper : ResourceMapper<Map>
Link copied to clipboard

Builder for Map.

Functions

Link copied to clipboard
Link copied to clipboard
fun map(name: String): Map
suspend fun map(name: String, block: suspend MapResourceBuilder.() -> Unit): Map