次の方法で共有


UserSubscriptionQuota Class

User subscription quota response.

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.

Default value: None
type
str

Response type.

Default value: None
unit
str

Unit of IotHub type.

Default value: None
current_value
int

Current number of IotHub type.

Default value: None
limit
int

Numerical limit on IotHub type.

Default value: None
name

IotHub type.

Default value: None

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.