你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserSubscriptionQuota 类

用户订阅配额响应。

继承
azure.mgmt.iothub._serialization.Model
UserSubscriptionQuota

构造函数

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)

仅限关键字的参数

名称 说明
id
str

IotHub 类型 ID。

type
str

响应类型。

unit
str

IotHub 类型的单位。

current_value
int

IotHub 类型的当前数目。

limit
int

IotHub 类型的数字限制。

name

IotHub 类型。

变量

名称 说明
id
str

IotHub 类型 ID。

type
str

响应类型。

unit
str

IotHub 类型的单位。

current_value
int

IotHub 类型的当前数目。

limit
int

IotHub 类型的数字限制。

name

IotHub 类型。