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 | |
---|---|---|
ClassId | ||
CounterName | Gets the name of the performance data counter. |
|
HasSignature | Gets a Boolean value that determines whether the performance data object has a signature. |
|
Id | Gets the globally unique identifier (GUID) for this object.(Overrides OperationalDataObject.Id.) |
|
InstanceName | Gets the instance name of this performance counter. |
|
LastSampledValue | Gets the last sampled value from the performance counter. |
|
LearningMonitoringRuleId | Obsolete.Gets the globally unique identifier (GUID) for the performance counter's learning rule. |
|
LearningRuleId | ||
ManagementGroup | The connection management group connection used by this object.(Inherited from OperationalDataObject.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringClassId | Obsolete.Gets the globally unique identifier (GUID) of the monitoring class for the associated monitoring object. |
|
MonitoringObjectDisplayName | Gets the display name of the monitoring object that is associated with the performance data. |
|
MonitoringObjectFullName | Gets the full name of the monitoring object that is associated with the performance data. |
|
MonitoringObjectId | Gets the globally unique identifier (GUID) for the monitoring object that is associated with the performance data.(Overrides OperationalDataObject.MonitoringObjectId.) |
|
MonitoringObjectName | Gets the name of the monitoring object that is associated with the performance data. |
|
MonitoringObjectPath | Gets the path of the monitoring object that is associated with the performance data. |
|
MonitoringRuleDescription | Obsolete.Gets the description of the rule that is associated with the performance data. |
|
MonitoringRuleDisplayName | Obsolete.Gets the name of the rule that is associated with the performance data. |
|
MonitoringRuleId | Obsolete.Gets the globally unique identifier (GUID) for the rule that is associated with the performance data.(Overrides OperationalDataObject.MonitoringRuleId.) |
|
ObjectName | Gets the object name of the performance counter. |
|
RuleDescription | ||
RuleDisplayName | ||
RuleId | (Overrides OperationalDataObject.RuleId.) |
|
ScaleFactor | Gets the scale factor for the performance counter. |
|
ScaleLegend | Gets the scale legend for the performance counter. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to the specified object.(Inherited from OperationalDataObject.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for the OperationalDataObject object(Inherited from OperationalDataObject.) |
|
GetSignatures() | Gets signatures for the performance counter data. |
|
GetSignatures(DateTime, DateTime) | Gets signatures for the performance counter data. |
|
GetType() | (Inherited from Object.) |
|
GetValueReader(DateTime, DateTime) | Gets all the values for this performance data instance between the selected range (inclusive). |
|
GetValues(DateTime, DateTime) | Gets all the values for the performance data instance between the selected range (inclusive of the start and end range). |
|
MemberwiseClone() | (Inherited from Object.) |
|
PauseSignatureCollection(MonitoringTaskStatusChangeCallback) | Pauses performance signature collection. |
|
PauseSignatureCollection(TaskStatusChangeCallback) | ||
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from OperationalDataObject.) |
|
ResetSignatureCollection(MonitoringTaskStatusChangeCallback) | Resets performance signature collection. |
|
ResetSignatureCollection(TaskStatusChangeCallback) | ||
ResumeSignatureCollection(MonitoringTaskStatusChangeCallback) | Resumes performance signature collection. |
|
ResumeSignatureCollection(TaskStatusChangeCallback) | ||
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