Table of Contents

Class MicrosoftFailoverClusterResources

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

Represents the resources in a Microsoft failover cluster.

public class MicrosoftFailoverClusterResources : BaseTypeSection
Inheritance
MicrosoftFailoverClusterResources

Constructors

MicrosoftFailoverClusterResources()

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

public MicrosoftFailoverClusterResources()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterResourceCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterResourceCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResources class from the specified XML.

public static MicrosoftFailoverClusterResources FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterResources

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResources class.

ToString()

Returns the failover cluster resources as a human readable string.

public override string ToString()

Returns

string

The failover cluster resources as a human readable string.