Table of Contents

Class MicrosoftFailoverClusterGenericScriptResource

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

Represents a generic script resource in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterGenericScriptResource()

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

public MicrosoftFailoverClusterGenericScriptResource()

Properties

Properties

Gets or sets the generic script resource properties.

public MicrosoftFailoverClusterGenericScriptResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterGenericScriptResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterGenericScriptResource Clone()

Returns

MicrosoftFailoverClusterGenericScriptResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericScriptResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.