Package-level declarations

Types

Link copied to clipboard
class Appliance : KotlinCustomResource

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

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

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