Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Device : KotlinCustomResource

Manages a Databox Edge Device.

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

Manages a Databox Edge Device.

Link copied to clipboard

Builder for DeviceArgs.

Link copied to clipboard
object DeviceMapper : ResourceMapper<Device>
Link copied to clipboard

Builder for Device.

Link copied to clipboard
class Order : KotlinCustomResource

Manages a Databox Edge Order. !> Creation of Databox Edge Order is not supported by the Azure API - as such the azure.databoxedge.Order resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

Link copied to clipboard
data class OrderArgs(val contact: Output<OrderContactArgs>? = null, val deviceName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shipmentAddress: Output<OrderShipmentAddressArgs>? = null) : ConvertibleToJava<OrderArgs>

Manages a Databox Edge Order. !> Creation of Databox Edge Order is not supported by the Azure API - as such the azure.databoxedge.Order resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

Link copied to clipboard

Builder for OrderArgs.

Link copied to clipboard
object OrderMapper : ResourceMapper<Order>
Link copied to clipboard

Builder for Order.

Functions

Link copied to clipboard
fun device(name: String): Device
suspend fun device(name: String, block: suspend DeviceResourceBuilder.() -> Unit): Device
Link copied to clipboard
fun order(name: String): Order
suspend fun order(name: String, block: suspend OrderResourceBuilder.() -> Unit): Order