Table of Contents

Class MicrosoftFailoverClusterCloudWitnessResourceProperties

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the properties of a cloud witness resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterCloudWitnessResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterCloudWitnessResourceProperties

Constructors

MicrosoftFailoverClusterCloudWitnessResourceProperties()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterCloudWitnessResourceProperties class.

public MicrosoftFailoverClusterCloudWitnessResourceProperties()

Properties

AccountName

Gets or sets the storage account name.

public string AccountName { get; set; }

Property Value

string

ContainerName

Gets or sets the container name - for example "msft-cloud-witness".

public string ContainerName { get; set; }

Property Value

string

Endpoint

Gets or sets the endpoint to use - for example "core.windows.net".

public string Endpoint { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterCloudWitnessResourceProperties cloned from this object.

public MicrosoftFailoverClusterCloudWitnessResourceProperties Clone()

Returns

MicrosoftFailoverClusterCloudWitnessResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterCloudWitnessResourceProperties.

ToString()

Returns the cloud witness resource properties as a human readable string.

public override string ToString()

Returns

string

The cloud witness resource properties as a human readable string.