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