Table of Contents

Class MicrosoftFailoverClusterNetworkNameResource

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

Represents a network name resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterNetworkNameResource : MicrosoftFailoverClusterResourceBase, IComparable<MicrosoftFailoverClusterResourceBase>
Inheritance
MicrosoftFailoverClusterNetworkNameResource
Implements
Inherited Members

Constructors

MicrosoftFailoverClusterNetworkNameResource()

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

public MicrosoftFailoverClusterNetworkNameResource()

Properties

Properties

Gets or sets the network name resource properties.

public MicrosoftFailoverClusterNetworkNameResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterNetworkNameResourceProperties

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkNameResource cloned from this object.

public MicrosoftFailoverClusterNetworkNameResource Clone()

Returns

MicrosoftFailoverClusterNetworkNameResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetworkNameResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.