Table of Contents

Class HyperVServerVirtualMachineHardDiskDriveCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection hard disk drives configured for a Hyper-V virtual machine.

public class HyperVServerVirtualMachineHardDiskDriveCollection : Collection<HyperVServerVirtualMachineHardDiskDrive>, IList<HyperVServerVirtualMachineHardDiskDrive>, ICollection<HyperVServerVirtualMachineHardDiskDrive>, IList, ICollection, IReadOnlyList<HyperVServerVirtualMachineHardDiskDrive>, IReadOnlyCollection<HyperVServerVirtualMachineHardDiskDrive>, IEnumerable<HyperVServerVirtualMachineHardDiskDrive>, IEnumerable
Inheritance
HyperVServerVirtualMachineHardDiskDriveCollection
Implements
Inherited Members

Constructors

HyperVServerVirtualMachineHardDiskDriveCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDriveCollection class.

public HyperVServerVirtualMachineHardDiskDriveCollection()

Methods

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrive with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrive with that identifier is found.

public HyperVServerVirtualMachineHardDiskDrive FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrive to locate.

Returns

HyperVServerVirtualMachineHardDiskDrive

The CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrive with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()