Table of Contents

Class MicrosoftFailoverClusterFileShareWitnessResource

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

Represents a file share witness resource in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterFileShareWitnessResource()

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

public MicrosoftFailoverClusterFileShareWitnessResource()

Properties

Properties

Gets or sets the file share witness properties.

public MicrosoftFailoverClusterFileShareWitnessResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterFileShareWitnessResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterFileShareWitnessResource Clone()

Returns

MicrosoftFailoverClusterFileShareWitnessResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterFileShareWitnessResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.