BackupUsagesUnit Struct

Definition

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

Name Description
BackupUsagesUnit(String)

Initializes a new instance of BackupUsagesUnit.

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(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

Name Description
Equality(BackupUsagesUnit, BackupUsagesUnit)

Determines if two BackupUsagesUnit values are the same.

Implicit(String to BackupUsagesUnit)

Converts a string to a BackupUsagesUnit.

Implicit(String to Nullable<BackupUsagesUnit>)
Inequality(BackupUsagesUnit, BackupUsagesUnit)

Determines if two BackupUsagesUnit values are not the same.

Applies to