GetDeviceResult

data class GetDeviceResult(val deviceProperties: List<GetDeviceDeviceProperty>, val id: String, val location: String, val name: String, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>)

A collection of values returned by getDevice.

Constructors

Link copied to clipboard
constructor(deviceProperties: List<GetDeviceDeviceProperty>, id: String, location: String, name: String, resourceGroupName: String, skuName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A device_properties block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Databox Edge Device should exist.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The sku_name is comprised of two segments separated by a hyphen (e.g. TEA_1Node_UPS_Heater-Standard). The first segment of the sku_name defines the name of the SKU. The second segment defines the tier of the sku_name. For more information see the product documentation.

Link copied to clipboard

A mapping of tags which should be assigned to the Databox Edge Device.