BackupDeviceItem Class

Definition

Represents a device that will be used to backup to or restore from

public class BackupDeviceItem : IComparable
type BackupDeviceItem = class
    interface IComparable
Public Class BackupDeviceItem
Implements IComparable
Inheritance
BackupDeviceItem
Implements

Constructors

BackupDeviceItem()

Creates a BackupDeviceItem

BackupDeviceItem(String, DeviceType)

Creates a BackupDeviceItem object

BackupDeviceItem(String, DeviceType, String)

Creates a BackupDeviceItem object

Properties

CredentialName

Credential of the backup object

DeviceType

Type of the backup object

Name

The name of the backup object

Methods

CompareTo(Object)

IComparable implementation

Equals(Object)
GetHashCode()

Operators

Equality(BackupDeviceItem, BackupDeviceItem)
GreaterThan(BackupDeviceItem, BackupDeviceItem)
Inequality(BackupDeviceItem, BackupDeviceItem)
LessThan(BackupDeviceItem, BackupDeviceItem)

Applies to