Table of Contents

Class MicrosoftFailoverClusterNetworkInterfaceCollection

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

Represents a collection of network interfaces in a Microsoft failover cluster.

public class MicrosoftFailoverClusterNetworkInterfaceCollection : Collection<MicrosoftFailoverClusterNetworkInterface>, IList<MicrosoftFailoverClusterNetworkInterface>, ICollection<MicrosoftFailoverClusterNetworkInterface>, IList, ICollection, IReadOnlyList<MicrosoftFailoverClusterNetworkInterface>, IReadOnlyCollection<MicrosoftFailoverClusterNetworkInterface>, IEnumerable<MicrosoftFailoverClusterNetworkInterface>, IEnumerable
Inheritance
MicrosoftFailoverClusterNetworkInterfaceCollection
Implements
Inherited Members

Constructors

MicrosoftFailoverClusterNetworkInterfaceCollection()

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

public MicrosoftFailoverClusterNetworkInterfaceCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterface with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterface with that name is found.

public MicrosoftFailoverClusterNetworkInterface FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterface to locate.

Returns

MicrosoftFailoverClusterNetworkInterface

The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterface with the specified name.

FindByNetwork(MicrosoftFailoverClusterNetwork)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified network.

public MicrosoftFailoverClusterNetworkInterfaceCollection FindByNetwork(MicrosoftFailoverClusterNetwork network)

Parameters

network MicrosoftFailoverClusterNetwork

The network.

Returns

MicrosoftFailoverClusterNetworkInterfaceCollection

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified network.

FindByNetwork(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified network.

public MicrosoftFailoverClusterNetworkInterfaceCollection FindByNetwork(string networkName)

Parameters

networkName string

The name of the network.

Returns

MicrosoftFailoverClusterNetworkInterfaceCollection

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified network.

FindByNode(MicrosoftFailoverClusterNode)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified node.

public MicrosoftFailoverClusterNetworkInterfaceCollection FindByNode(MicrosoftFailoverClusterNode node)

Parameters

node MicrosoftFailoverClusterNode

The node.

Returns

MicrosoftFailoverClusterNetworkInterfaceCollection

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified node.

FindByNode(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified node.

public MicrosoftFailoverClusterNetworkInterfaceCollection FindByNode(string nodeName)

Parameters

nodeName string

The name of the node.

Returns

MicrosoftFailoverClusterNetworkInterfaceCollection

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkInterfaceCollection that contains the network interfaces connected to the specified node.

Sort()

Sorts the values in the collection.

public void Sort()