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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python