Class HyperVServerVirtualMachineHardDiskDrives
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the hard disk drives configured for a Hyper-V virtual machine.
public class HyperVServerVirtualMachineHardDiskDrives : BypassSection
- Inheritance
-
HyperVServerVirtualMachineHardDiskDrives
- Inherited Members
Constructors
HyperVServerVirtualMachineHardDiskDrives()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrives class.
public HyperVServerVirtualMachineHardDiskDrives()
Properties
Items
Gets or sets the items in the collection.
public HyperVServerVirtualMachineHardDiskDriveCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrives class from the specified XML.
public static HyperVServerVirtualMachineHardDiskDrives FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- HyperVServerVirtualMachineHardDiskDrives
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineHardDiskDrives class.
ToString()
Returns the hard disk drives as a human readable string.
public override string ToString()
Returns
- string
The hard disk drives as a human readable string.