IoTHubSku

data class IoTHubSku(val capacity: Int, val name: String)

Constructors

Link copied to clipboard
constructor(capacity: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of provisioned IoT Hub units.

Link copied to clipboard

The name of the sku. Possible values are B1, B2, B3, F1, S1, S2, and S3.