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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python