MonitoringPerformanceSignatureValue Class
Applies To: Operations Manager for System Center 2012
Represents a performance signature value.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceSignatureValue
Syntax
[SerializableAttribute]
public class MonitoringPerformanceSignatureValue : MonitoringBase
[SerializableAttribute]
public ref class MonitoringPerformanceSignatureValue : MonitoringBase
[<SerializableAttribute>]
type MonitoringPerformanceSignatureValue =
class
inherit MonitoringBase
end
<SerializableAttribute>
Public Class MonitoringPerformanceSignatureValue
Inherits MonitoringBase
Properties
Name | Description | |
---|---|---|
Average | Gets the average for the performance signature value. |
|
Deviation | Gets the derivation for the performance signature value. |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringPerformanceSignatureId | Gets the globally unique identifier (GUID) for the performance signature. |
|
Order | Gets the relative order of the performance signature value. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the performance signature value is equal to a specified object.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for the performance signature value.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) |
|
ToString() | (Inherited from MonitoringBase.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top