Table of Contents

Class MicrosoftFailoverClusterGroupSets

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

Represents the group sets defined in a Microsoft failover cluster. This only applies to Windows Server 2016 and above.

public class MicrosoftFailoverClusterGroupSets : BypassSection
Inheritance
MicrosoftFailoverClusterGroupSets
Inherited Members

Constructors

MicrosoftFailoverClusterGroupSets()

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

public MicrosoftFailoverClusterGroupSets()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftFailoverClusterGroupSetCollection Items { get; set; }

Property Value

MicrosoftFailoverClusterGroupSetCollection

Methods

FromXml(string)

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

public static MicrosoftFailoverClusterGroupSets FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftFailoverClusterGroupSets

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroupSets class.

ToString()

Returns the failover cluster group sets as a human readable string.

public override string ToString()

Returns

string

The failover cluster group sets as a human readable string.