Microsoft.Exchange.15.DatabaseAvailabilityGroupExchange 2013 Database Availability Group

Microsoft.Exchange.15.DatabaseAvailabilityGroup (ClassType)

This class represents Exchange 2013 Database Availability Group and contains all Mailbox Servers, which are a part of the given Database Availability Group.

Knowledge Base article:

Summary

This class represents Exchange 2013 Database Availability Group and contains all Mailbox Servers, which are a part of the given Database Availability Group.

Element properties:

Base ClassMicrosoft.Exchange.15.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2ea50064-d992-5450-50da-c15d0eedde66

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Exchange.15.Service:
Name  string  Name true 256  False 
ServiceName  string  Type false 256  False 
Microsoft.Exchange.15.DatabaseAvailabilityGroup:
DagName  string  Name false 256  False 
Networks  string  Networks false 256  False 
IpAddress  string  IP Address false 256  False 
WitnessServer  string  Witness Server false 256  False 
WitnessDirectory  string  Witness Directory false 256  False 
WitnessServerAlternate  string  Alternate Witness Server false 256  False 
WitnessDirectoryAlternate  string  Alternate Witness Directory false 256  False 
NetworkCompression  string  Network Compression false 256  False 
NetworkEncryption  string  Network Encryption false 256  False 
ReplicationPort  int  Replication Port false 256   
DatacenterActivationMode  string  Datacenter Activation Mode false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.DatabaseAvailabilityGroup" Accessibility="Public" Abstract="false" Base="Microsoft.Exchange.15.Service" Hosted="false" Singleton="false">
<Property ID="DagName" Type="string" Key="false" MinLength="1"/>
<Property ID="Networks" Type="string" Key="false" MinLength="0"/>
<Property ID="IpAddress" Type="string" Key="false" MinLength="0"/>
<Property ID="WitnessServer" Type="string" Key="false" MinLength="0"/>
<Property ID="WitnessDirectory" Type="string" Key="false" MinLength="0"/>
<Property ID="WitnessServerAlternate" Type="string" Key="false" MinLength="0"/>
<Property ID="WitnessDirectoryAlternate" Type="string" Key="false" MinLength="0"/>
<Property ID="NetworkCompression" Type="string" Key="false" MinLength="0"/>
<Property ID="NetworkEncryption" Type="string" Key="false" MinLength="0"/>
<Property ID="ReplicationPort" Type="int" Key="false"/>
<Property ID="DatacenterActivationMode" Type="string" Key="false" MinLength="0"/>
</ClassType>