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
System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringPerformanceDataId

Gets the integer identifier for the performance data.

System_CAPS_pubproperty SampleValue

Gets the actual value of the performance data.

System_CAPS_pubproperty TimeAdded

Gets the time, in DateTime format, that the performance data value was added to the system.

System_CAPS_pubproperty TimeSampled

Gets the time, in DateTime format, that the performance data value was generated.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringBase.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod 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