Microsoft.Exchange.2010.ServiceService

Microsoft.Exchange.2010.Service (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbd34217f-803a-0940-8cf9-34c5e4df2354

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.2010.Service:
ServiceName  string  Service Name true 256  False 
InstanceName  string  Instance Name false 256  False 
ActiveDirectorySite  string  Active Directory Site false 256  False 
SuppressAlert  bool  Suppress Alert false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.2010.Service" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="InstanceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<!-- Use for matching service and component entities -->
<Property ID="ActiveDirectorySite" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!-- If true, correlation engine will not raise alert for this entity. -->
<!-- In the future, we might want to expose this in the HealthManifest schema; -->
<!-- but for now, we will only set this property to true for a few selected classes during entity discovery. -->
<Property ID="SuppressAlert" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>