Class BackupExecStorageDevices
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the storage devices configured on a Backup Exec server.
public class BackupExecStorageDevices : BypassSection
- Inheritance
-
BackupExecStorageDevices
- Inherited Members
Constructors
BackupExecStorageDevices()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecStorageDevices class.
public BackupExecStorageDevices()
Properties
Items
Gets or sets the items in the collection.
public BackupExecStorageDeviceCollection Items { get; set; }
Property Value
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.BackupExecStorageDevice with the specified name, or null if no CENTREL.XIA.Configuration.Types.BackupExecStorageDevice with that name is found.
public BackupExecStorageDevice FindByName(string Name)
Parameters
Name
stringThe name of the CENTREL.XIA.Configuration.Types.BackupExecStorageDevice to locate.
Returns
- BackupExecStorageDevice
The CENTREL.XIA.Configuration.Types.BackupExecStorageDevice with the specified name.
ToString()
Returns the storage devices as a human readable string.
public override string ToString()
Returns
- string
The storage devices as a human readable string.