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