Class MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a virtual machine configuration resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties
Constructors
MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties class.
public MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties()
Properties
StoreRootPath
Gets or sets the store root path.
public string StoreRootPath { get; set; }
Property Value
Version
Gets or sets the virtual machine version. This only applies to Windows Server 2016 and above.
public uint Version { get; set; }
Property Value
VirtualMachineIdentifier
Gets or sets the virtual machine identifier.
public Guid VirtualMachineIdentifier { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties cloned from this object.
public MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties Clone()
Returns
- MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineConfigurationResourceProperties.
ToString()
Returns the virtual machine configuration resource properties as a human readable string.
public override string ToString()
Returns
- string
The virtual machine configuration resource properties as a human readable string.