Class MicrosoftFailoverClusterGroupCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of cluster groups in a Microsoft failover cluster.
public class MicrosoftFailoverClusterGroupCollection : Collection<MicrosoftFailoverClusterGroup>, IList<MicrosoftFailoverClusterGroup>, ICollection<MicrosoftFailoverClusterGroup>, IList, ICollection, IReadOnlyList<MicrosoftFailoverClusterGroup>, IReadOnlyCollection<MicrosoftFailoverClusterGroup>, IEnumerable<MicrosoftFailoverClusterGroup>, IEnumerable
- Inheritance
-
MicrosoftFailoverClusterGroupCollection
- Implements
- Inherited Members
Constructors
MicrosoftFailoverClusterGroupCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroupCollection class.
public MicrosoftFailoverClusterGroupCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup with that identifier is found.
public MicrosoftFailoverClusterGroup FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup to locate.
Returns
- MicrosoftFailoverClusterGroup
The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup with the specified identifier.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup with that name is found.
public MicrosoftFailoverClusterGroup FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup to locate.
Returns
- MicrosoftFailoverClusterGroup
The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGroup with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()