Table of Contents

Class MicrosoftFailoverClusterAvailableDiskCollection

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

Represents a collection of available disks in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterAvailableDiskCollection()

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

public MicrosoftFailoverClusterAvailableDiskCollection()

Methods

FindByName(string)

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

public MicrosoftFailoverClusterAvailableDisk FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk to locate.

Returns

MicrosoftFailoverClusterAvailableDisk

The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAvailableDisk with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()