Class BackupExecBackupDefinitions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the backup definitions configured on a Backup Exec server.
public class BackupExecBackupDefinitions : BypassSection
- Inheritance
-
BackupExecBackupDefinitions
- Inherited Members
Constructors
BackupExecBackupDefinitions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecBackupDefinitions class.
public BackupExecBackupDefinitions()
Properties
Items
Gets or sets the items in the collection.
public BackupExecBackupDefinitionCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.BackupExecBackupDefinitions class from the specified XML.
public static BackupExecBackupDefinitions FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- BackupExecBackupDefinitions
A CENTREL.XIA.Configuration.Types.BackupExecBackupDefinitions class.
ToString()
Returns the backup definitions as a human readable string.
public override string ToString()
Returns
- string
The backup definitions as a human readable string.