Microsoft.SQLServer.Core.AvailabilityGroupHealthGeneric SQL Server Availability Group Health

Microsoft.SQLServer.Core.AvailabilityGroupHealth (ClassType)

Generic SQL Server Availability Group Health.

Knowledge Base article:

Summary

Generic SQL Server Availability Group Health.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId770f8d70-effe-ea4c-0cd6-a0a9f2f34e1f

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 the object. false 4000  False 
Microsoft.SQLServer.Core.AvailabilityGroupHealth:
UniqueId  guid  Unique Id true 256   
AvailabilityGroupName  string  Availability Group Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.AvailabilityGroupHealth" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="UniqueId" Type="guid" Key="true"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
</ClassType>