Microsoft.SystemCenter.CM.AEM.MapperType应用程序名称和应用程序版本标识符

Microsoft.SystemCenter.CM.AEM.MapperType (ClassType)

标识给定错误组或一般性存储桶的给定事件类型的应用程序名称和应用程序版本的实体

Element properties:

Base ClassMicrosoft.SystemCenter.CM.AEM.AEMEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3b03b7f0-9b2b-3a39-87e1-7f77911e30fb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SystemCenter.CM.AEM.MapperType:
BucketType  string  错误组类型 错误组类型 true 256  False     
EventType  string  一般性错误组类型 一般性错误组的事件类型 true 256  False     
ApplicationNameParameterNumber  int  应用程序名称标识符 一个 [1, 11] 范围内的数字,标识要用作应用程序名称的参数 false 256       
ApplicationVersionParameterNumber  int  应用程序版本标识符 一个 [1, 11] 范围内的数字,标识要用作应用程序版本的参数 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.CM.AEM.MapperType" Accessibility="Public" Base="Microsoft.SystemCenter.CM.AEM.AEMEntity" Hosted="false" Abstract="false">
<Property ID="BucketType" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<Property ID="EventType" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<Property ID="ApplicationNameParameterNumber" Type="int" Key="false"/>
<Property ID="ApplicationVersionParameterNumber" Type="int" Key="false"/>
</ClassType>