Table of Contents

Class HyperVServerVirtualMachineCheckpointCollection

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

Represents a collection of Hyper-V virtual machine checkpoints.

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

Constructors

HyperVServerVirtualMachineCheckpointCollection()

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

public HyperVServerVirtualMachineCheckpointCollection()

Methods

FindByIdentifier(Guid)

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

public HyperVServerVirtualMachineCheckpoint FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpoint to locate.

Returns

HyperVServerVirtualMachineCheckpoint

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

FindByParentIdentifier(Guid)

Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpointCollection that contain checkpoints with the specified parent checkpoint identifier.

public HyperVServerVirtualMachineCheckpointCollection FindByParentIdentifier(Guid parentCheckpointIdentifier)

Parameters

parentCheckpointIdentifier Guid

The unique identifier of the parent checkpoint for which CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpoint objects are to be located.

Returns

HyperVServerVirtualMachineCheckpointCollection

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineCheckpointCollection that contain checkpoints with the specified parent checkpoint identifier.

Sort()

Sorts the values in the collection.

public void Sort()