Package-level declarations

Types

Link copied to clipboard
class Instance : KotlinCustomResource

Concrete tracked resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2024-09-18-preview.

Link copied to clipboard
data class InstanceArgs(val identity: Output<ManagedServiceIdentityArgs>? = null, val instancename: Output<String>? = null, val location: Output<String>? = null, val properties: Output<InstancePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<InstanceArgs>

Concrete tracked resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2024-09-18-preview.

Link copied to clipboard
Link copied to clipboard
object InstanceMapper : ResourceMapper<Instance>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun instance(name: String, block: suspend InstanceResourceBuilder.() -> Unit): Instance