Table of Contents

Class MicrosoftFailoverClusterSharedVolumeVolumeCollection

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

Represents a collection of cluster shared volume volumes in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterSharedVolumeVolumeCollection()

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

public MicrosoftFailoverClusterSharedVolumeVolumeCollection()

Methods

FindByName(string)

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

public MicrosoftFailoverClusterSharedVolumeVolume FindByName(string name)

Parameters

name string

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

Returns

MicrosoftFailoverClusterSharedVolumeVolume

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

Sort()

Sorts the values in the collection.

public void Sort()