Table of Contents

Class MicrosoftFailoverClusterVirtualMachineClusterWmiResource

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a virtual machine cluster WMI resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterVirtualMachineClusterWmiResource : MicrosoftFailoverClusterResourceBase, IComparable<MicrosoftFailoverClusterResourceBase>
Inheritance
MicrosoftFailoverClusterVirtualMachineClusterWmiResource
Implements
Inherited Members

Constructors

MicrosoftFailoverClusterVirtualMachineClusterWmiResource()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineClusterWmiResource class.

public MicrosoftFailoverClusterVirtualMachineClusterWmiResource()

Properties

Properties

Gets or sets the virtual machine cluster WMI resource properties.

public MicrosoftFailoverClusterVirtualMachineClusterWmiResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterVirtualMachineClusterWmiResourceProperties

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineClusterWmiResource cloned from this object.

public MicrosoftFailoverClusterVirtualMachineClusterWmiResource Clone()

Returns

MicrosoftFailoverClusterVirtualMachineClusterWmiResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineClusterWmiResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.