Table of Contents

Class MicrosoftFailoverClusterGroups

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

Represents the groups in a Microsoft failover cluster.

public class MicrosoftFailoverClusterGroups : BaseTypeSection
Inheritance
MicrosoftFailoverClusterGroups

Constructors

MicrosoftFailoverClusterGroups()

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

public MicrosoftFailoverClusterGroups()

MicrosoftFailoverClusterGroups(MicrosoftFailoverCluster)

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

public MicrosoftFailoverClusterGroups(MicrosoftFailoverCluster owner)

Parameters

owner MicrosoftFailoverCluster

The cluster that owns the groups.

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterGroupCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterGroupCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterGroups

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroups class.

ToString()

Returns the failover cluster groups as a human readable string.

public override string ToString()

Returns

string

The failover cluster groups as a human readable string.