Table of Contents

Class MicrosoftFailoverClusterDistributedNetworkNameResource

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

Represents a distributed network name resource in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterDistributedNetworkNameResource()

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

public MicrosoftFailoverClusterDistributedNetworkNameResource()

Properties

Properties

Gets or sets the distributed network name resource properties.

public MicrosoftFailoverClusterDistributedNetworkNameResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterDistributedNetworkNameResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterDistributedNetworkNameResource Clone()

Returns

MicrosoftFailoverClusterDistributedNetworkNameResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedNetworkNameResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.