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
-
IotHubSkuInfo
Constructor
IotHubSkuInfo(*, name: Union[str, azure.mgmt.iothub.v2016_02_03.models._iot_hub_client_enums.IotHubSku], capacity: int, **kwargs)
Variables
Required. The name of the SKU. Possible values include: "F1", "S1", "S2", "S3".
- tier
- str or IotHubSkuTier
The billing tier for the IoT hub. Possible values include: "Free", "Standard".
- capacity
- <xref:long>
Required. The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits.
Feedback
Submit and view feedback for