Class ExchangeDatabaseAvailabilityGroupNetwork
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a database availability group network in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeDatabaseAvailabilityGroupNetwork : BaseTypeSection, IComparable<ExchangeDatabaseAvailabilityGroupNetwork>
- Inheritance
-
ExchangeDatabaseAvailabilityGroupNetwork
- Implements
Constructors
ExchangeDatabaseAvailabilityGroupNetwork()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroupNetwork class.
public ExchangeDatabaseAvailabilityGroupNetwork()
Properties
Description
Gets or sets the description of the network.
public string Description { get; set; }
Property Value
Identity
Gets or sets the identity of the database availability group network.
public string Identity { get; set; }
Property Value
Interfaces
Gets or sets the interfaces in the network.
public SerializableStringCollection Interfaces { get; set; }
Property Value
- SerializableStringCollection
Name
Gets or sets the name of the database availability group network.
public string Name { get; set; }
Property Value
ReplicationEnabled
Gets or sets whether replication is enabled.
public BooleanOption ReplicationEnabled { get; set; }
Property Value
Subnets
Gets or sets the subnets in the network.
public SerializableStringCollection Subnets { get; set; }
Property Value
- SerializableStringCollection
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroupNetwork cloned from this object.
public ExchangeDatabaseAvailabilityGroupNetwork Clone()
Returns
- ExchangeDatabaseAvailabilityGroupNetwork
A CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroupNetwork.
CompareTo(ExchangeDatabaseAvailabilityGroupNetwork)
Compares two CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroupNetwork objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeDatabaseAvailabilityGroupNetwork other)
Parameters
other
ExchangeDatabaseAvailabilityGroupNetworkThe CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroupNetwork to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeDatabaseAvailabilityGroupNetwork objects.