Class MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of cluster physical disk resource volumes in a Microsoft failover cluster.
public class MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection : Collection<MicrosoftFailoverClusterPhysicalDiskResourceVolume>, IList<MicrosoftFailoverClusterPhysicalDiskResourceVolume>, ICollection<MicrosoftFailoverClusterPhysicalDiskResourceVolume>, IList, ICollection, IReadOnlyList<MicrosoftFailoverClusterPhysicalDiskResourceVolume>, IReadOnlyCollection<MicrosoftFailoverClusterPhysicalDiskResourceVolume>, IEnumerable<MicrosoftFailoverClusterPhysicalDiskResourceVolume>, IEnumerable
- Inheritance
-
MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection
- Implements
- Inherited Members
Constructors
MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection class.
public MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection()
Methods
FindByPath(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume with the specified path, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume with that path is found.
public MicrosoftFailoverClusterPhysicalDiskResourceVolume FindByPath(string path)
Parameters
path
stringThe path of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume to locate - for example "\?\Volume{17273908-7b54-11ef-93ef-806e6f6e6963}".
Returns
- MicrosoftFailoverClusterPhysicalDiskResourceVolume
The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolume with the specified path.
Sort()
Sorts the values in the collection.
public void Sort()