Microsoft.Exchange.2010.ServiceServicio

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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Exchange.2010.Service:
ServiceName  string  Nombre de servicio true 256  False 
InstanceName  string  Nombre de instancia false 256  False 
ActiveDirectorySite  string  Sitio de Active Directory false 256  False 
SuppressAlert  bool  Suprimir alertas 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>