Class MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a replicated local user account resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties
Constructors
MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties class.
public MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties()
Properties
Username
Gets or sets the username.
public string Username { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties cloned from this object.
public MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties Clone()
Returns
- MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterReplicatedLocalUserAccountResourceProperties.
ToString()
Returns the virtual machine configuration resource properties as a human readable string.
public override string ToString()
Returns
- string
The virtual machine configuration resource properties as a human readable string.