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, **kwargs: Any)

Keyword-Only Parameters

Name Description
name

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

capacity
int

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

Variables

Name Description
name

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

tier

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

capacity
int

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