BackupManagementUsage 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
BackupManagementUsage() |
Initializes a new instance of the BackupManagementUsage class. |
BackupManagementUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo) |
Initializes a new instance of the BackupManagementUsage class. |
BackupManagementUsage()
Initializes a new instance of the BackupManagementUsage class.
public BackupManagementUsage ();
Public Sub New ()
Applies to
BackupManagementUsage(String, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, NameInfo)
Initializes a new instance of the BackupManagementUsage class.
public BackupManagementUsage (string unit = default, string quotaPeriod = default, DateTime? nextResetTime = default, long? currentValue = default, long? limit = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.NameInfo name = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BackupManagementUsage : string * string * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.NameInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BackupManagementUsage
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.