Table of Contents

Class HyperVServerResourcePoolCollection

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

Represents a collection of resource pools configured for a Hyper-V server.

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

Constructors

HyperVServerResourcePoolCollection()

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

public HyperVServerResourcePoolCollection()

Methods

FindByIdentifier(Guid)

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

public HyperVServerResourcePool FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

HyperVServerResourcePool

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

Sort()

Sorts the values in the collection.

public void Sort()