Class BackupExecBackupDefinitionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Backup Exec backup definitions.
public class BackupExecBackupDefinitionCollection : Collection<BackupExecBackupDefinition>, IList<BackupExecBackupDefinition>, ICollection<BackupExecBackupDefinition>, IList, ICollection, IReadOnlyList<BackupExecBackupDefinition>, IReadOnlyCollection<BackupExecBackupDefinition>, IEnumerable<BackupExecBackupDefinition>, IEnumerable
- Inheritance
-
BackupExecBackupDefinitionCollection
- Implements
- Inherited Members
Constructors
BackupExecBackupDefinitionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecBackupDefinitionCollection class.
public BackupExecBackupDefinitionCollection()
Methods
Exists(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition with the specified identifier exists within the collection.
FindBackupTaskById(string)
Returns the backup task with the specified identifier in any configured backup definition, or null if no task with that name is found.
public BackupExecBackupTask FindBackupTaskById(string id)
Parameters
idstringThe unique identifier of the backup task to locate in GUID format.
Returns
- BackupExecBackupTask
The BackupExecBackupTask with the specified identifier.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition with that identifier is found.
public BackupExecBackupDefinition FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition to locate.
Returns
- BackupExecBackupDefinition
The CENTREL.XIA.Configuration.Types.BackupExecBackupDefinition with the specified identifier.
FindByName(string)
Returns the BackupExecBackupDefinition with the specified name, or null if no BackupExecBackupDefinition with that name is found.
public BackupExecBackupDefinition FindByName(string name)
Parameters
namestringThe name of the BackupExecBackupDefinition to locate.
Returns
- BackupExecBackupDefinition
The BackupExecBackupDefinition with the specified name.
FindDuplicationTaskById(string)
Returns the duplication task with the specified identifier in any configured backup definition, or null if no task with that name is found.
public BackupExecDuplicationTask FindDuplicationTaskById(string id)
Parameters
idstringThe unique identifier of the duplication task to locate in GUID format.
Returns
- BackupExecDuplicationTask
The BackupExecDuplicationTask with the specified identifier.
Sort()
Sorts the items in the collection.
public void Sort()