Class MicrosoftFailoverClusterSharedVolumeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of cluster shared volumes in a Microsoft failover cluster.
public class MicrosoftFailoverClusterSharedVolumeCollection : Collection<MicrosoftFailoverClusterSharedVolume>, IList<MicrosoftFailoverClusterSharedVolume>, ICollection<MicrosoftFailoverClusterSharedVolume>, IList, ICollection, IReadOnlyList<MicrosoftFailoverClusterSharedVolume>, IReadOnlyCollection<MicrosoftFailoverClusterSharedVolume>, IEnumerable<MicrosoftFailoverClusterSharedVolume>, IEnumerable
- Inheritance
-
MicrosoftFailoverClusterSharedVolumeCollection
- Implements
- Inherited Members
Constructors
MicrosoftFailoverClusterSharedVolumeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolumeCollection class.
public MicrosoftFailoverClusterSharedVolumeCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume with that name is found.
public MicrosoftFailoverClusterSharedVolume FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume to locate.
Returns
- MicrosoftFailoverClusterSharedVolume
The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolume with the specified name.
FindVolumeByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSharedVolumeVolume with the specified name regardless of the cluster shared volume in which it resides.
public MicrosoftFailoverClusterSharedVolumeVolume FindVolumeByName(string name)
Parameters
name
stringThe 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()