MonitoringPerformanceData Class

System Center
 

Updated: April 16, 2012

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)

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

[SerializableAttribute]
public ref class MonitoringPerformanceData : OperationalDataObject

NameDescription
System_CAPS_pubpropertyClassId

System_CAPS_pubpropertyCounterName

Gets the name of the performance data counter.

System_CAPS_pubpropertyHasSignature

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

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyInstanceName

Gets the instance name of this performance counter.

System_CAPS_pubpropertyLastSampledValue

Gets the last sampled value from the performance counter.

System_CAPS_pubpropertyLearningMonitoringRuleId

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

System_CAPS_pubpropertyLearningRuleId

System_CAPS_pubpropertyManagementGroup

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

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringClassId

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

System_CAPS_pubpropertyMonitoringObjectDisplayName

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

System_CAPS_pubpropertyMonitoringObjectFullName

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

System_CAPS_pubpropertyMonitoringObjectId

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

System_CAPS_pubpropertyMonitoringObjectName

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

System_CAPS_pubpropertyMonitoringObjectPath

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

System_CAPS_pubpropertyMonitoringRuleDescription

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

System_CAPS_pubpropertyMonitoringRuleDisplayName

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

System_CAPS_pubpropertyMonitoringRuleId

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

System_CAPS_pubpropertyObjectName

Gets the object name of the performance counter.

System_CAPS_pubpropertyRuleDescription

System_CAPS_pubpropertyRuleDisplayName

System_CAPS_pubpropertyRuleId
System_CAPS_pubpropertyScaleFactor

Gets the scale factor for the performance counter.

System_CAPS_pubpropertyScaleLegend

Gets the scale legend for the performance counter.

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetSignatures()

Gets signatures for the performance counter data.

System_CAPS_pubmethodGetSignatures(DateTime, DateTime)

Gets signatures for the performance counter data.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueReader(DateTime, DateTime)

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

System_CAPS_pubmethodGetValues(DateTime, DateTime)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPauseSignatureCollection(MonitoringTaskStatusChangeCallback^)

Pauses performance signature collection.

System_CAPS_pubmethodPauseSignatureCollection(TaskStatusChangeCallback^)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

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

System_CAPS_pubmethodResetSignatureCollection(MonitoringTaskStatusChangeCallback^)

Resets performance signature collection.

System_CAPS_pubmethodResetSignatureCollection(TaskStatusChangeCallback^)

System_CAPS_pubmethodResumeSignatureCollection(MonitoringTaskStatusChangeCallback^)

Resumes performance signature collection.

System_CAPS_pubmethodResumeSignatureCollection(TaskStatusChangeCallback^)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: