Package-level declarations

Types

Link copied to clipboard
class Appliance : KotlinCustomResource

Appliances definition. Uses Azure REST API version 2022-10-27. In version 1.x of the Azure Native provider, it used API version 2021-10-31-preview. Other available API versions: 2021-10-31-preview.

Link copied to clipboard
data class ApplianceArgs(val distro: Output<Either<String, Distro>>? = null, val identity: Output<IdentityArgs>? = null, val infrastructureConfig: Output<AppliancePropertiesInfrastructureConfigArgs>? = null, val location: Output<String>? = null, val publicKey: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val version: Output<String>? = null) : ConvertibleToJava<ApplianceArgs>

Appliances definition. Uses Azure REST API version 2022-10-27. In version 1.x of the Azure Native provider, it used API version 2021-10-31-preview. Other available API versions: 2021-10-31-preview.

Link copied to clipboard
Link copied to clipboard
object ApplianceMapper : ResourceMapper<Appliance>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun appliance(name: String, block: suspend ApplianceResourceBuilder.() -> Unit): Appliance