BackupUsagesUnit Struct
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.
Unit of the usage.
public readonly struct BackupUsagesUnit : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupUsagesUnit>
type BackupUsagesUnit = struct
Public Structure BackupUsagesUnit
Implements IEquatable(Of BackupUsagesUnit)
- Inheritance
-
BackupUsagesUnit
- Implements
Constructors
BackupUsagesUnit(String) |
Initializes a new instance of BackupUsagesUnit. |
Properties
Bytes |
Bytes. |
BytesPerSecond |
BytesPerSecond. |
Count |
Count. |
CountPerSecond |
CountPerSecond. |
Percent |
Percent. |
Seconds |
Seconds. |
Methods
Equals(BackupUsagesUnit) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BackupUsagesUnit, BackupUsagesUnit) |
Determines if two BackupUsagesUnit values are the same. |
Implicit(String to BackupUsagesUnit) |
Converts a string to a BackupUsagesUnit. |
Inequality(BackupUsagesUnit, BackupUsagesUnit) |
Determines if two BackupUsagesUnit values are not the same. |
Applies to
Azure SDK for .NET