Microsoft.SystemCenter.Apm.ApplicationInstanceBaseAPM アプリケーション ベース

Microsoft.SystemCenter.Apm.ApplicationInstanceBase (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3b3244e-f224-535b-34b7-957de4c265fb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Max Value Min Value 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.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  .NET アプリケーション コンポーネント グループ ID .NET アプリケーション コンポーネント グループ ID true 256      False     
ApplicationName  string  名前 アプリケーション インスタンスの名前 false 256      False     
ApplicationGroupName  string  アプリケーション グループ名 アプリケーション グループの名前 false 256      False     
PerformanceRateMonitorInterval  int  \% Performance Events/sec の期間 \% Performance Events/sec カウンターの平均値がしきい値を超えたまま、この期間が経過するとアラートが発生します。 false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec のしきい値 \% Performance Events/sec カウンターの平均値のしきい値。指定した期間、このしきい値を超えたままになるとアラートが発生します。 false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec の期間 \% Exception Events/sec カウンターの平均値がしきい値を超えたまま、この期間が経過するとアラートが発生します。 false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec のしきい値 \% Exception Events/sec カウンターの平均値のしきい値。指定した期間、このしきい値を超えたままになるとアラートが発生します。 false 256           
AvgRequestTimeMonitorInterval  int  平均Request Time の期間 Avg. Request Time カウンターの平均値がしきい値を超えたまま、この期間が経過するとアラートが発生します。 false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  平均Request Time のしきい値 Avg. Request Time カウンターの平均値のしきい値。指定した期間、このしきい値を超えたままになるとアラートが発生します。 false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationInstanceBase" Base="System!System.ApplicationComponent" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false">
<Property ID="ApplicationGroupId" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="ApplicationGroupName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<!--Performance Rate Monitor Configuration-->
<Property ID="PerformanceRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="PerformanceRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Exception Rate Monitor Configuration-->
<Property ID="ExceptionRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="ExceptionRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Avg Request Time Monitor Configuration-->
<Property ID="AvgRequestTimeMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="AvgRequestTimeMonitorThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="1"/>
</ClassType>