Class MicrosoftFailoverClusterCloudWitnessSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the file share witness settings for a quorum of a Microsoft failover cluster.
public class MicrosoftFailoverClusterCloudWitnessSettings : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterCloudWitnessSettings
Constructors
MicrosoftFailoverClusterCloudWitnessSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterCloudWitnessSettings class.
public MicrosoftFailoverClusterCloudWitnessSettings()
Properties
AccountName
Gets or sets the account name when using a cloud witness.
public string AccountName { get; set; }
Property Value
ContainerName
Gets or sets the container name when using a cloud witness - for example "msft-cloud-witness".
public string ContainerName { get; set; }
Property Value
Endpoint
Gets or sets the endpoint to use when using a cloud witness - for example "core.windows.net".
public string Endpoint { get; set; }
Property Value
Methods
ToString()
Returns the cloud witness settings as a human readable string.
public override string ToString()
Returns
- string
The cloud witness settings as a human readable string.