Class MicrosoftFailoverClusterGenericScriptResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a generic script resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterGenericScriptResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterGenericScriptResourceProperties
Constructors
MicrosoftFailoverClusterGenericScriptResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericScriptResourceProperties class.
public MicrosoftFailoverClusterGenericScriptResourceProperties()
Properties
Path
Gets or sets the path to the script.
public string Path { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericScriptResourceProperties cloned from this object.
public MicrosoftFailoverClusterGenericScriptResourceProperties Clone()
Returns
- MicrosoftFailoverClusterGenericScriptResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericScriptResourceProperties.
ToString()
Returns the generic script resource properties as a human readable string.
public override string ToString()
Returns
- string
The generic script resource properties as a human readable string.