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.v2019_03_22.models._iot_hub_client_enums.IotHubSku], capacity: Optional[int] = None, **kwargs)
Variables
Required. The name of the SKU. Possible values include: "F1", "S1", "S2", "S3", "B1", "B2", "B3".
- tier
- str or IotHubSkuTier
The billing tier for the IoT hub. Possible values include: "Free", "Standard", "Basic".
- capacity
- <xref:long>
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