Class MicrosoftFailoverClusterGenericApplicationResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a generic application resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterGenericApplicationResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterGenericApplicationResourceProperties
Constructors
MicrosoftFailoverClusterGenericApplicationResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericApplicationResourceProperties class.
public MicrosoftFailoverClusterGenericApplicationResourceProperties()
Properties
CommandLine
Gets or sets the command line of the application.
public string CommandLine { get; set; }
Property Value
CurrentDirectory
Gets or sets the current directory for the application.
public string CurrentDirectory { get; set; }
Property Value
UseNetworkName
Gets or sets whether to use the network name for the computer name.
public BooleanOption UseNetworkName { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericApplicationResourceProperties cloned from this object.
public MicrosoftFailoverClusterGenericApplicationResourceProperties Clone()
Returns
- MicrosoftFailoverClusterGenericApplicationResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericApplicationResourceProperties.
ToString()
Returns the generic application resource properties as a human readable string.
public override string ToString()
Returns
- string
The generic application resource properties as a human readable string.