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

VaultUsage 类

定义

保管库的用法。

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

构造函数

VaultUsage()

初始化 VaultUsage 类的新实例。

VaultUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo)

初始化 VaultUsage 类的新实例。

属性

CurrentValue

获取或设置使用情况的当前值。

Limit

获取或设置使用限制。

Name

获取或设置用法的名称。

NextResetTime

获取或设置下次使用重置时间。

QuotaPeriod

获取或设置配额的使用期限。

Unit

获取或设置用法的单位。 可能的值包括:“Count”、“Bytes”、“Seconds”、“Percent”、“CountPerSecond”、“BytesPerSecond”

适用于