IotHubSkuInfoResponse

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

Information about the SKU of the IoT hub.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Double? = null

The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits.

Link copied to clipboard

The name of the SKU.

Link copied to clipboard

The billing tier for the IoT hub.