Class MicrosoftFailoverClusterPhysicalDiskResourceVolumes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the volumes within a cluster physical disk resource.
public class MicrosoftFailoverClusterPhysicalDiskResourceVolumes : BypassSection
- Inheritance
-
MicrosoftFailoverClusterPhysicalDiskResourceVolumes
- Inherited Members
Constructors
MicrosoftFailoverClusterPhysicalDiskResourceVolumes()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolumes class.
public MicrosoftFailoverClusterPhysicalDiskResourceVolumes()
Properties
Items
Gets or sets the items in the collection.
public MicrosoftFailoverClusterPhysicalDiskResourceVolumeCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolumes class from the specified XML.
public static MicrosoftFailoverClusterPhysicalDiskResourceVolumes FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- MicrosoftFailoverClusterPhysicalDiskResourceVolumes
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResourceVolumes class.
ToString()
Returns the failover cluster physical disk resource volumes as a human readable string.
public override string ToString()
Returns
- string
The failover cluster physical disk resource as a human readable string.