Table of Contents

Class MicrosoftNlbClusterPortRules

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

Represents the port rules configured for a Microsoft network load balancing cluster.

public class MicrosoftNlbClusterPortRules : BaseTypeSection
Inheritance
MicrosoftNlbClusterPortRules

Constructors

MicrosoftNlbClusterPortRules()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterPortRules class.

public MicrosoftNlbClusterPortRules()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftNlbClusterPortRuleCollection Items { get; set; }

Property Value

MicrosoftNlbClusterPortRuleCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterPortRules class from the specified Xml.

public static MicrosoftNlbClusterPortRules FromXml(string Xml)

Parameters

Xml string

The XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterPortRules object

Returns

MicrosoftNlbClusterPortRules

A CENTREL.XIA.Configuration.Types.MicrosoftNlbClusterPortRules class from the specified Xml.

ToString()

Returns the port rules as a human readable string.

public override string ToString()

Returns

string

The port rules as a human readable string.