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