UserSubscriptionQuota Class

User subscription quota response.

Inheritance
azure.mgmt.iothub._serialization.Model
UserSubscriptionQuota

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
str

IotHub type id.

type
str

Response type.

unit
str

Unit of IotHub type.

current_value
int

Current number of IotHub type.

limit
int

Numerical limit on IotHub type.

name

IotHub type.

Variables

Name Description
id
str

IotHub type id.

type
str

Response type.

unit
str

Unit of IotHub type.

current_value
int

Current number of IotHub type.

limit
int

Numerical limit on IotHub type.

name

IotHub type.