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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python