UserSubscriptionQuota Klas
Antwoord op quotum voor gebruikersabonnementen.
- Overname
-
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
|
Antwoordtype. |
unit
|
Eenheid van IotHub-type. |
current_value
|
Huidig aantal IotHub-type. |
limit
|
Numerieke limiet voor IotHub-type. |
name
|
Type IotHub. |
Variabelen
Name | Description |
---|---|
id
|
IotHub type id. |
type
|
Antwoordtype. |
unit
|
Eenheid van IotHub-type. |
current_value
|
Huidig aantal IotHub-type. |
limit
|
Numerieke limiet voor IotHub-type. |
name
|
Type IotHub. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python