CustomMonitoringPerformanceData Class
Applies To: Operations Manager for System Center 2012
Represents a custom object for monitoring performance data.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringPerformanceData
Syntax
[DataContractAttribute]
public class CustomMonitoringPerformanceData
[DataContractAttribute]
public ref class CustomMonitoringPerformanceData
[<DataContractAttribute>]
type CustomMonitoringPerformanceData = class end
<DataContractAttribute>
Public Class CustomMonitoringPerformanceData
Constructors
Name | Description | |
---|---|---|
CustomMonitoringPerformanceData(String, String, Double) | Initializes a new CustomMonitoringPerformanceData object. |
Properties
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. |
Methods
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.) |
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