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.ModelIotHubSkuInfo
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
|
The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits. |
Variables
Name | Description |
---|---|
name
|
The name of the SKU. Required. Known values are: "F1", "S1", "S2", "S3", "B1", "B2", and "B3". |
tier
|
str or
IotHubSkuTier
The billing tier for the IoT hub. Known values are: "Free", "Standard", and "Basic". |
capacity
|
The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits. |
Azure SDK for Python