VaultUsage Constructors

Definition

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.

nextResetTime
Nullable<DateTime>

Next reset time of usage.

currentValue
Nullable<Int64>

Current value of usage.

limit
Nullable<Int64>

Limit of usage.

name
NameInfo

Name of usage.

Applies to