Class MicrosoftFailoverClusterGenericApplicationResource
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a generic application resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterGenericApplicationResource : MicrosoftFailoverClusterResourceBase, IComparable<MicrosoftFailoverClusterResourceBase>
- Inheritance
-
MicrosoftFailoverClusterGenericApplicationResource
- Implements
- Inherited Members
Constructors
MicrosoftFailoverClusterGenericApplicationResource()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericApplicationResource class.
public MicrosoftFailoverClusterGenericApplicationResource()
Properties
Properties
Gets or sets the generic application resource properties.
public MicrosoftFailoverClusterGenericApplicationResourceProperties Properties { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericApplicationResource cloned from this object.
public MicrosoftFailoverClusterGenericApplicationResource Clone()
Returns
- MicrosoftFailoverClusterGenericApplicationResource
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterGenericApplicationResource.
ToString()
Returns the resource as a human readable string.
public override string ToString()
Returns
- string
The resource as a human readable string.