VaultUsageUnit 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 VaultUsageUnit : IEquatable<Azure.ResourceManager.RecoveryServices.Models.VaultUsageUnit>
type VaultUsageUnit = struct
Public Structure VaultUsageUnit
Implements IEquatable(Of VaultUsageUnit)
- Inheritance
-
VaultUsageUnit
- Implements
Constructors
| Name | Description |
|---|---|
| VaultUsageUnit(String) |
Initializes a new instance of VaultUsageUnit. |
Properties
| Name | Description |
|---|---|
| Bytes |
Gets the Bytes. |
| BytesPerSecond |
Gets the BytesPerSecond. |
| Count |
Gets the Count. |
| CountPerSecond |
Gets the CountPerSecond. |
| Percent |
Gets the Percent. |
| Seconds |
Gets the Seconds. |
Methods
| Name | Description |
|---|---|
| Equals(VaultUsageUnit) |
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
| Name | Description |
|---|---|
| Equality(VaultUsageUnit, VaultUsageUnit) |
Determines if two VaultUsageUnit values are the same. |
| Implicit(String to Nullable<VaultUsageUnit>) | |
| Implicit(String to VaultUsageUnit) |
Converts a string to a VaultUsageUnit. |
| Inequality(VaultUsageUnit, VaultUsageUnit) |
Determines if two VaultUsageUnit values are not the same. |