Microsoft.JEE.Templates.Application.Performance.ConfigurationJEE 应用程序性能规则模板配置

Microsoft.JEE.Templates.Application.Performance.Configuration (ClassType)

应用程序性能规则的模板配置值。

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4d3ee981-5725-a042-ea7f-af6ef4fbeb99

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.JEE.Templates.Application.Performance.Configuration:
Guid  string  GUID 唯一标识应用程序性能规则的模板配置的内部哈希。 true 64  True     
UserDisplayName  string  名称 应用程序性能规则模板的名称。 false 2048  True     
UserDisplayDescription  string  描述 应用程序性能规则模板的描述。 false 2048  True     
Xpath  string  XPath 用于为应用程序性能规则选择指标的 XPATH 表达式的模板配置。 false 2048  True     
OpsMgrName  string  OpsMgrName 已插入应用程序性能规则的生成的模板规则中的额外字符串的模板配置。 false 64  True     
TargetApplicationName  string  目标应用程序名称 指定应用程序性能规则的目标 JEE 应用程序名称的模板配置。 false 2048  True     
MBeanAction  string  MBean 操作 指定是否应为应用程序性能规则使用查询或调用 MBean 逻辑的模板配置。 false  True     
JMXQuery  string  JMX 查询 指定要用于应用程序性能规则的 JMX 查询的模板配置。 false 2048  True     
AdditionalArguments  string  其他参数 指定与应用程序性能规则的 JMX 查询结合使用的其他参数的模板配置。 false 2048  True     
RequestBody  string  请求正文 指定与应用程序性能规则的 JMX 调用结合使用的 HTTP 请求正文的模板配置。 false 2048  True     
IntervalSeconds  string  间隔(秒) 指定应用程序性能规则的间隔(秒)的模板配置。 false 16  False     
TimeoutSeconds  string  超时(秒) 指定应用程序性能规则的超时(秒)的模板配置。 false 16  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.JEE.Templates.Application.Performance.Configuration" Abstract="false" Accessibility="Public" Hosted="false" Base="System!System.LogicalEntity">
<Property ID="Guid" Type="string" Key="true" CaseSensitive="true" MaxLength="64" MinLength="0"/>
<Property ID="UserDisplayName" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="UserDisplayDescription" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="Xpath" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="OpsMgrName" Type="string" Key="false" CaseSensitive="true" MaxLength="64" MinLength="0"/>
<Property ID="TargetApplicationName" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="MBeanAction" Type="string" Key="false" CaseSensitive="true" MaxLength="8" MinLength="0"/>
<Property ID="JMXQuery" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="AdditionalArguments" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="RequestBody" Type="string" Key="false" CaseSensitive="true" MaxLength="2048" MinLength="0"/>
<Property ID="IntervalSeconds" Type="string" Key="false" CaseSensitive="false" MaxLength="16" MinLength="0"/>
<Property ID="TimeoutSeconds" Type="string" Key="false" CaseSensitive="false" MaxLength="16" MinLength="0"/>
</ClassType>