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 (JPN) Description (JPN) 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>