Table of Contents

Class MicrosoftFailoverClusterPhysicalDiskResource

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

Represents a physical disk resource in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterPhysicalDiskResource()

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

public MicrosoftFailoverClusterPhysicalDiskResource()

Properties

Properties

Gets or sets the physical disk resource properties.

public MicrosoftFailoverClusterPhysicalDiskResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterPhysicalDiskResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterPhysicalDiskResource Clone()

Returns

MicrosoftFailoverClusterPhysicalDiskResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterPhysicalDiskResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.