MonitoringPerformanceDataValue Class
Applies To: Operations Manager for System Center 2012
Contains performance data and information about when the performance data was retrieved.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataValue
Syntax
[SerializableAttribute]
public class MonitoringPerformanceDataValue : MonitoringBaseWithId
[SerializableAttribute]
public ref class MonitoringPerformanceDataValue : MonitoringBaseWithId
[<SerializableAttribute>]
type MonitoringPerformanceDataValue =
class
inherit MonitoringBaseWithId
end
<SerializableAttribute>
Public Class MonitoringPerformanceDataValue
Inherits MonitoringBaseWithId
Properties
Name | Description | |
---|---|---|
Id | (Inherited from MonitoringBaseWithId.) |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringPerformanceDataId | Gets the integer identifier for the performance data. |
|
SampleValue | Gets the actual value of the performance data. |
|
TimeAdded | Gets the time, in DateTime format, that the performance data value was added to the system. |
|
TimeSampled | Gets the time, in DateTime format, that the performance data value was generated. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from MonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from MonitoringBaseWithId.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) |
|
SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
|
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