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