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. In version 2.x of the Azure Native provider, it used API version 2024-09-18-preview. Other available API versions: 2024-09-18. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native weightsandbiases [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. In version 2.x of the Azure Native provider, it used API version 2024-09-18-preview. Other available API versions: 2024-09-18. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native weightsandbiases [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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