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

Usage 类

定义

介绍存储资源使用情况。

public class Usage
type Usage = class
Public Class Usage
继承
Usage

构造函数

Usage()

初始化 Usage 类的新实例。

Usage(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName)

初始化 Usage 类的新实例。

属性

CurrentValue

获取订阅中已分配资源的当前计数。

Limit

获取可在订阅中分配的资源的最大计数。

Name

获取使用类型的名称。

Unit

获取度量单位。 可能的值包括:“Count”、“Bytes”、“Seconds”、“Percent”、“CountsPerSecond”、“BytesPerSecond”

适用于