Megosztás a következőn keresztül:


VaultUsageUnit Struct

Definition

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

VaultUsageUnit(String)

Initializes a new instance of VaultUsageUnit.

Properties

Bytes

Bytes.

BytesPerSecond

BytesPerSecond.

Count

Count.

CountPerSecond

CountPerSecond.

Percent

Percent.

Seconds

Seconds.

Methods

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

Equality(VaultUsageUnit, VaultUsageUnit)

Determines if two VaultUsageUnit values are the same.

Implicit(String to VaultUsageUnit)

Converts a string to a VaultUsageUnit.

Inequality(VaultUsageUnit, VaultUsageUnit)

Determines if two VaultUsageUnit values are not the same.

Applies to