IotHubSkuInfo Class

Information about the SKU of the IoT hub.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.iothub._serialization.Model
IotHubSkuInfo

Constructor

IotHubSkuInfo(*, name: str | _models.IotHubSku, capacity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name

The name of the SKU. Required. Known values are: "F1", "S1", "S2", "S3", "B1", "B2", and "B3".

capacity
int

Variables

Name Description
name

The name of the SKU. Required. Known values are: "F1", "S1", "S2", "S3", "B1", "B2", and "B3".

tier

The billing tier for the IoT hub. Known values are: "Free", "Standard", and "Basic".

capacity
int