IotDpsSkuInfoResponse

data class IotDpsSkuInfoResponse(val capacity: Double? = null, val name: String? = null, val tier: String)

List of possible provisioning service SKUs.

Constructors

Link copied to clipboard
constructor(capacity: Double? = null, name: String? = null, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Double? = null

The number of units to provision

Link copied to clipboard
val name: String? = null

Sku name.

Link copied to clipboard

Pricing tier name of the provisioning service.