MonitoringPerformanceData Class

 

Applies To: Operations Manager for System Center 2012

Contains monitoring performance data.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Monitoring.OperationalDataObject
      Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData

Syntax

[SerializableAttribute]
public class MonitoringPerformanceData : OperationalDataObject
[SerializableAttribute]
public ref class MonitoringPerformanceData : OperationalDataObject
[<SerializableAttribute>]
type MonitoringPerformanceData = 
    class
        inherit OperationalDataObject
    end
<SerializableAttribute>
Public Class MonitoringPerformanceData
    Inherits OperationalDataObject

Properties

Name Description
System_CAPS_pubproperty ClassId

System_CAPS_pubproperty CounterName

Gets the name of the performance data counter.

System_CAPS_pubproperty HasSignature

Gets a Boolean value that determines whether the performance data object has a signature.

System_CAPS_pubproperty Id

Gets the globally unique identifier (GUID) for this object.(Overrides OperationalDataObject.Id.)

System_CAPS_pubproperty InstanceName

Gets the instance name of this performance counter.

System_CAPS_pubproperty LastSampledValue

Gets the last sampled value from the performance counter.

System_CAPS_pubproperty LearningMonitoringRuleId

Obsolete.Gets the globally unique identifier (GUID) for the performance counter's learning rule.

System_CAPS_pubproperty LearningRuleId

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from OperationalDataObject.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringClassId

Obsolete.Gets the globally unique identifier (GUID) of the monitoring class for the associated monitoring object.

System_CAPS_pubproperty MonitoringObjectDisplayName

Gets the display name of the monitoring object that is associated with the performance data.

System_CAPS_pubproperty MonitoringObjectFullName

Gets the full name of the monitoring object that is associated with the performance data.

System_CAPS_pubproperty MonitoringObjectId

Gets the globally unique identifier (GUID) for the monitoring object that is associated with the performance data.(Overrides OperationalDataObject.MonitoringObjectId.)

System_CAPS_pubproperty MonitoringObjectName

Gets the name of the monitoring object that is associated with the performance data.

System_CAPS_pubproperty MonitoringObjectPath

Gets the path of the monitoring object that is associated with the performance data.

System_CAPS_pubproperty MonitoringRuleDescription

Obsolete.Gets the description of the rule that is associated with the performance data.

System_CAPS_pubproperty MonitoringRuleDisplayName

Obsolete.Gets the name of the rule that is associated with the performance data.

System_CAPS_pubproperty MonitoringRuleId

Obsolete.Gets the globally unique identifier (GUID) for the rule that is associated with the performance data.(Overrides OperationalDataObject.MonitoringRuleId.)

System_CAPS_pubproperty ObjectName

Gets the object name of the performance counter.

System_CAPS_pubproperty RuleDescription

System_CAPS_pubproperty RuleDisplayName

System_CAPS_pubproperty RuleId

(Overrides OperationalDataObject.RuleId.)

System_CAPS_pubproperty ScaleFactor

Gets the scale factor for the performance counter.

System_CAPS_pubproperty ScaleLegend

Gets the scale legend for the performance counter.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether this object is equal to the specified object.(Inherited from OperationalDataObject.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for the OperationalDataObject object(Inherited from OperationalDataObject.)

System_CAPS_pubmethod GetSignatures()

Gets signatures for the performance counter data.

System_CAPS_pubmethod GetSignatures(DateTime, DateTime)

Gets signatures for the performance counter data.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValueReader(DateTime, DateTime)

Gets all the values for this performance data instance between the selected range (inclusive).

System_CAPS_pubmethod GetValues(DateTime, DateTime)

Gets all the values for the performance data instance between the selected range (inclusive of the start and end range).

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod PauseSignatureCollection(MonitoringTaskStatusChangeCallback)

Pauses performance signature collection.

System_CAPS_pubmethod PauseSignatureCollection(TaskStatusChangeCallback)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from OperationalDataObject.)

System_CAPS_pubmethod ResetSignatureCollection(MonitoringTaskStatusChangeCallback)

Resets performance signature collection.

System_CAPS_pubmethod ResetSignatureCollection(TaskStatusChangeCallback)

System_CAPS_pubmethod ResumeSignatureCollection(MonitoringTaskStatusChangeCallback)

Resumes performance signature collection.

System_CAPS_pubmethod ResumeSignatureCollection(TaskStatusChangeCallback)

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