VaultUsage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VaultUsage() |
Initializes a new instance of the VaultUsage class. |
VaultUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo) |
Initializes a new instance of the VaultUsage class. |
VaultUsage()
Initializes a new instance of the VaultUsage class.
public VaultUsage ();
Public Sub New ()
Applies to
VaultUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo)
Initializes a new instance of the VaultUsage class.
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)
Parameters
- unit
- String
Unit of the usage. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', 'BytesPerSecond'
- quotaPeriod
- String
Quota period of usage.
- name
- NameInfo
Name of usage.