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

Usage 类

介绍存储资源使用情况。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.storage._serialization.Model
Usage

构造函数

Usage(*, unit: str | _models.UsageUnit, current_value: int, limit: int, name: _models.UsageName, **kwargs: Any)

仅限关键字的参数

名称 说明
unit

度量单位。 必需。 已知值为:“Count”、“Bytes”、“Seconds”、“Percent”、“CountsPerSecond”和“BytesPerSecond”。

current_value
int

订阅中已分配资源的当前计数。 必需。

limit
int

可在订阅中分配的资源的最大计数。 必需。

name

用法类型的名称。 必需。

变量

名称 说明
unit

度量单位。 必需。 已知值为:“Count”、“Bytes”、“Seconds”、“Percent”、“CountsPerSecond”和“BytesPerSecond”。

current_value
int

订阅中已分配资源的当前计数。 必需。

limit
int

可在订阅中分配的资源的最大计数。 必需。

name

用法类型的名称。 必需。