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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python