Table of Contents

Class MicrosoftFailoverClusterResourceTypes

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

Represents the resource types defined in a Microsoft failover cluster.

public class MicrosoftFailoverClusterResourceTypes : BypassSection
Inheritance
MicrosoftFailoverClusterResourceTypes
Inherited Members

Constructors

MicrosoftFailoverClusterResourceTypes()

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

public MicrosoftFailoverClusterResourceTypes()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterResourceTypeCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterResourceTypeCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterResourceTypes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterResourceTypes

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterResourceTypes class.

ToString()

Returns the failover cluster resource types as a human readable string.

public override string ToString()

Returns

string

The failover cluster resource types as a human readable string.