Microsoft.Exchange.2010.Service服務

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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Exchange.2010.Service:
ServiceName  string  服務名稱 true 256  False 
InstanceName  string  執行個體名稱 false 256  False 
ActiveDirectorySite  string  Active Directory 站台 false 256  False 
SuppressAlert  bool  抑制警示 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>