Class ExchangeDatabaseAvailabilityGroup
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a database availability group in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeDatabaseAvailabilityGroup : BaseTypeSection, IComparable<ExchangeDatabaseAvailabilityGroup>
- Inheritance
-
ExchangeDatabaseAvailabilityGroup
- Implements
Constructors
ExchangeDatabaseAvailabilityGroup()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroup class.
public ExchangeDatabaseAvailabilityGroup()
Properties
AlternateWitnessDirectory
Gets or sets the alternate witness directory.
public string AlternateWitnessDirectory { get; set; }
Property Value
AlternateWitnessServer
Gets or sets the alternate witness server.
public string AlternateWitnessServer { get; set; }
Property Value
Guid
Gets or sets the identifier of the database availability group in GUID format.
public string Guid { get; set; }
Property Value
Identity
Gets or sets the identity of the database availability group.
public string Identity { get; set; }
Property Value
ManualDagNetworkConfiguration
Gets or sets whether to configure database availability group networks manually. This setting does not apply to Exchange 2010.
public BooleanOption ManualDagNetworkConfiguration { get; set; }
Property Value
MemberServers
Gets or sets the names of the member servers.
public SerializableStringCollection MemberServers { get; set; }
Property Value
- SerializableStringCollection
Name
Gets or sets the name of the database availability group.
public string Name { get; set; }
Property Value
Networks
Gets or sets the networks configured for the database availability group.
public ExchangeDatabaseAvailabilityGroupNetworks Networks { get; set; }
Property Value
WhenChanged
Gets or sets the date and time when the object was last updated.
public DateTime WhenChanged { get; set; }
Property Value
WitnessDirectory
Gets or sets the witness directory.
public string WitnessDirectory { get; set; }
Property Value
WitnessServer
Gets or sets the name of the witness server.
public string WitnessServer { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroup cloned from this object.
public ExchangeDatabaseAvailabilityGroup Clone()
Returns
- ExchangeDatabaseAvailabilityGroup
A CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroup.
CompareTo(ExchangeDatabaseAvailabilityGroup)
Compares two CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroup objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeDatabaseAvailabilityGroup other)
Parameters
other
ExchangeDatabaseAvailabilityGroupThe CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroup to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroup objects.