Microsoft.SQLServer.Core.AvailabilityGroupSQL Server Availability Group

Microsoft.SQLServer.Core.AvailabilityGroup (ClassType)

This object represents Availability Group SMO object and contains all properties required for identification and monitoring.

Knowledge Base article:

Summary

This object represents Availability Group SMO object and contains all properties required for identification and monitoring.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbc80a646-c8cf-53ad-fc7e-b32ee971fe2d

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.AvailabilityGroup:
UniqueId  guid  ID true 256   
PrimaryReplicaServerName  string  Primary Replica false 256  False 
AutomatedBackupPreference  string  Backup Preference false 256  False 
FailureConditionLevel  string  Failure Condition Level false 256  False 
HealthCheckTimeout  int  Health Check Timeout false 256   
ClusterType  string  Cluster Type false 30  False 
ClusterName  string  Cluster Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.AvailabilityGroup" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="UniqueId" Type="guid" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PrimaryReplicaServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AutomatedBackupPreference" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="FailureConditionLevel" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="HealthCheckTimeout" Type="int" Key="false"/>
<Property ID="ClusterType" Type="string" Key="false" CaseSensitive="false" MaxLength="30"/>
<Property ID="ClusterName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>