Microsoft.SystemCenter.Apm.CsmApplicationInstanceクライアント側の監視アプリケーション ベース

Microsoft.SystemCenter.Apm.CsmApplicationInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.ApplicationInstanceBase
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9cf71d9d-fc26-4b00-f96a-d7ebd73ff016

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       
Microsoft.SystemCenter.Apm.CsmApplicationInstance:
CounterInstance  string  パフォーマンス カウンター インスタンス パフォーマンス カウンター インスタンス false 512      False     
PerformanceAlerts  bool  パフォーマンス アラートの収集 クライアント側のブラウザーで検出されたパフォーマンス アラートを収集します。 false 256        true   
ExceptionAlerts  bool  例外アラートの収集 クライアント側のブラウザーで検出された例外アラートを収集します。 false 256        true   
EncryptionKey  string      false 65535      True     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmApplicationInstance" Base="AL!Microsoft.SystemCenter.Apm.ApplicationInstanceBase" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="CounterInstance" Type="string" CaseSensitive="false" Key="false" MaxLength="512"/>
<!-- Alert Rules Configuration-->
<Property ID="PerformanceAlerts" Type="bool" CaseSensitive="false" Key="false" DefaultValue="true"/>
<Property ID="ExceptionAlerts" Type="bool" CaseSensitive="false" Key="false" DefaultValue="true"/>
<!-- The property is obsolete and must never be used. Added to support ugrade from SCOM 12 Beta to SCOM 12 RC -->
<Property ID="EncryptionKey" Type="string" Key="false" CaseSensitive="true" MaxLength="65535"/>
</ClassType>