UserSubscriptionQuota Class
User subscription quota response.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelUserSubscriptionQuota
Constructor
UserSubscriptionQuota(*, id: str | None = None, type: str | None = None, unit: str | None = None, current_value: int | None = None, limit: int | None = None, name: _models.Name | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
IotHub type id. |
type
|
Response type. |
unit
|
Unit of IotHub type. |
current_value
|
Current number of IotHub type. |
limit
|
Numerical limit on IotHub type. |
name
|
IotHub type. |
Variables
Name | Description |
---|---|
id
|
IotHub type id. |
type
|
Response type. |
unit
|
Unit of IotHub type. |
current_value
|
Current number of IotHub type. |
limit
|
Numerical limit on IotHub type. |
name
|
IotHub type. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python