Microsoft.SystemCenter.Apm.CsmApplicationInstanceBaza aplikacji do monitorowania po stronie klienta

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 (PLK) Description (PLK) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000           
Microsoft.SystemCenter.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  Identyfikator grupy składników aplikacji .NET Identyfikator grupy składników aplikacji .NET true 256      False     
ApplicationName  string  Nazwa Nazwa wystąpienia aplikacji false 256      False     
ApplicationGroupName  string  Nazwa grupy aplikacji Nazwa grupy aplikacji false 256      False     
PerformanceRateMonitorInterval  int  Interwał licznika Procent zdarzeń wydajności/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wydajności/s utrzyma się powyżej progu przez dany interwał czasu. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  Próg licznika Procent zdarzeń wydajności/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wydajności/s utrzyma się progu przez określony interwał czasu. false 256           
ExceptionRateMonitorInterval  int  Interwał licznika Procent zdarzeń wyjątków/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wyjątków/s utrzyma się powyżej progu przez dany interwał czasu. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  Próg licznika Procent zdarzeń wyjątków/s Alert zostanie wygenerowany, jeśli średnia wartość licznika >Procent zdarzeń wyjątków/s utrzyma się powyżej progu przez dany interwał czasu. false 256           
AvgRequestTimeMonitorInterval  int  Średni interwał czasu żądań Alert zostanie wygenerowany, jeśli średnia wartość licznika Średni Licznik czasu żądań pozostaje powyżej wartości progowej przez ten okres. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Średni Próg czasu żądań Alert zostanie wygenerowany, jeśli średnia wartość licznika Średni Licznik czasu żądań pozostaje powyżej tej wartości progowej przez wskazany okres. false 256  2147483647       
Microsoft.SystemCenter.Apm.CsmApplicationInstance:
CounterInstance  string  Wystąpienie licznika wydajności Wystąpienie licznika wydajności false 512      False     
PerformanceAlerts  bool  Zbieraj alerty wydajności Zbieraj alerty wydajności wykryte w przeglądarkach po stronie klienta false 256        true   
ExceptionAlerts  bool  Zbieraj alerty wyjątków Zbieraj alerty wyjątków wykryte w przeglądarkach po stronie klienta 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>