Microsoft.SystemCenter.Apm.CsmApplicationInstanceClient-Side Monitoring Application Base

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 (ENU) Description (ENU) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000           
Microsoft.SystemCenter.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  .NET Application Component Group Id .NET Application Component Group Id true 256      False     
ApplicationName  string  Name Name of the application instance false 256      False     
ApplicationGroupName  string  Application group name Name of the application group false 256      False     
PerformanceRateMonitorInterval  int  \% Performance Events/sec interval An alert will be raised if the average value of the \% Performance Events/sec counter stays above the threshold for this time interval. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec threshold An alert will be raised if the average value of the \% Performance Events/sec counter stays above this threshold for the specified time interval. false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec interval An alert will be raised if the average value of the \% Exception Events/sec counter stays above the threshold for this time interval. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec threshold An alert will be raised if the average value of the >\% Exception Events/sec counter stays above this threshold for the specified time interval. false 256           
AvgRequestTimeMonitorInterval  int  Avg. Request Time interval An alert will be raised if the average value of the Avg. Request Time counter stays above the threshold for this time interval. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time threshold An alert will be raised if the average value of the Avg. Request Time counter stays above this threshold for the specified time interval. false 256  2147483647       
Microsoft.SystemCenter.Apm.CsmApplicationInstance:
CounterInstance  string  Performance counter instance Performance counter instance false 512      False     
PerformanceAlerts  bool  Collect performance alerts Collect performance alerts detected in the client side browsers false 256        true   
ExceptionAlerts  bool  Collect exception alerts Collect exception alerts detected in the client side browsers 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>