Table of Contents

Class MicrosoftFailoverClusterGenericServiceResourceProperties

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

Represents the properties of a generic service resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterGenericServiceResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterGenericServiceResourceProperties

Constructors

MicrosoftFailoverClusterGenericServiceResourceProperties()

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

public MicrosoftFailoverClusterGenericServiceResourceProperties()

Properties

ServiceName

Gets or sets the service name.

public string ServiceName { get; set; }

Property Value

string

StartupParameters

Gets or sets the startup parameters.

public string StartupParameters { get; set; }

Property Value

string

UseNetworkName

Gets or sets whether to use the network name as the computer name.

public BooleanOption UseNetworkName { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public MicrosoftFailoverClusterGenericServiceResourceProperties Clone()

Returns

MicrosoftFailoverClusterGenericServiceResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericServiceResourceProperties.

ToString()

Returns the generic service resource properties as a human readable string.

public override string ToString()

Returns

string

The generic service resource properties as a human readable string.