CustomMonitoringPerformanceData Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a custom object for monitoring performance data.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | CustomMonitoringPerformanceData(String^, String^, Double) | Initializes a new CustomMonitoringPerformanceData object. |
| Name | Description | |
|---|---|---|
![]() | CounterName | Gets the name of the performance data counter. |
![]() | InstanceName | Gets or sets the name of the performance data instance. |
![]() | ObjectName | Gets the name of the performance data object. |
![]() | TimeSampled | Gets or sets the time, in UTC DateTime formate, that the performance data was sampled. |
![]() | Value | Gets the value of the performance data counter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


