你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VaultUsage 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
VaultUsage() |
初始化 VaultUsage 类的新实例。 |
VaultUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo) |
初始化 VaultUsage 类的新实例。 |
VaultUsage()
初始化 VaultUsage 类的新实例。
public VaultUsage ();
Public Sub New ()
适用于
VaultUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo)
初始化 VaultUsage 类的新实例。
public VaultUsage (string unit = default, string quotaPeriod = default, DateTime? nextResetTime = default, long? currentValue = default, long? limit = default, Microsoft.Azure.Management.RecoveryServices.Models.NameInfo name = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage : string * string * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Management.RecoveryServices.Models.NameInfo -> Microsoft.Azure.Management.RecoveryServices.Models.VaultUsage
Public Sub New (Optional unit As String = Nothing, Optional quotaPeriod As String = Nothing, Optional nextResetTime As Nullable(Of DateTime) = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional name As NameInfo = Nothing)
参数
- unit
- String
用法的单位。 可能的值包括:“Count”、“Bytes”、“Seconds”、“Percent”、“CountPerSecond”、“BytesPerSecond”
- quotaPeriod
- String
配额使用期限。
- name
- NameInfo
用法的名称。