Class HyperVServerVirtualMachineDvdDriveCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection DVD drives configured for a Hyper-V virtual machine.
public class HyperVServerVirtualMachineDvdDriveCollection : Collection<HyperVServerVirtualMachineDvdDrive>, IList<HyperVServerVirtualMachineDvdDrive>, ICollection<HyperVServerVirtualMachineDvdDrive>, IList, ICollection, IReadOnlyList<HyperVServerVirtualMachineDvdDrive>, IReadOnlyCollection<HyperVServerVirtualMachineDvdDrive>, IEnumerable<HyperVServerVirtualMachineDvdDrive>, IEnumerable
- Inheritance
-
HyperVServerVirtualMachineDvdDriveCollection
- Implements
- Inherited Members
Constructors
HyperVServerVirtualMachineDvdDriveCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDriveCollection class.
public HyperVServerVirtualMachineDvdDriveCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive with that identifier is found.
public HyperVServerVirtualMachineDvdDrive FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive to locate.
Returns
- HyperVServerVirtualMachineDvdDrive
The CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineDvdDrive with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()