Microsoft.Exchange.15.HealthSetExchange 2013 Health Set

Microsoft.Exchange.15.HealthSet (ClassType)

The object of this class represents Exchange 2013 Health Set, a group of probes, monitors and responders, defined by Microsoft Exchange 2013 managed availability engine.

Knowledge Base article:

Summary

The object of this class represents Exchange 2013 Health Set, a group of probes, monitors and responders, defined by Microsoft Exchange 2013 managed availability engine.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb008c105-94ad-4b76-3a85-61d03147f8ff

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.HealthSet:
Name  string  Name true 256  False 
HealthSetName  string  Health Set Name false 256  False 
HealthGroupName  string  Health Group Name false 256  False 
Version  string  Version false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.HealthSet" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="HealthSetName" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="HealthGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
</ClassType>