BackupDeviceItem Class
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.
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, String) |
Creates a BackupDeviceItem object |
BackupDeviceItem(String, DeviceType) |
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) |