Class MicrosoftFailoverClusterDistributedFileSystemResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a distributed file system resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterDistributedFileSystemResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterDistributedFileSystemResourceProperties
Constructors
MicrosoftFailoverClusterDistributedFileSystemResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedFileSystemResourceProperties class.
public MicrosoftFailoverClusterDistributedFileSystemResourceProperties()
Properties
MaximumUsers
Gets or sets the maximum number of users.
public uint MaximumUsers { get; set; }
Property Value
MaximumUsersString
Gets the maximum number of users.
public string MaximumUsersString { get; set; }
Property Value
Path
Gets or sets the filesystem path.
public string Path { get; set; }
Property Value
ShareName
Gets or sets the share name.
public string ShareName { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedFileSystemResourceProperties cloned from this object.
public MicrosoftFailoverClusterDistributedFileSystemResourceProperties Clone()
Returns
- MicrosoftFailoverClusterDistributedFileSystemResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDistributedFileSystemResourceProperties.
ToString()
Returns the distributed file system resource properties as a human readable string.
public override string ToString()
Returns
- string
The distributed file system resource properties as a human readable string.