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
System_CAPS_pubmethod CustomMonitoringPerformanceData(String, String, Double)

Initializes a new CustomMonitoringPerformanceData object.

Properties

Name Description
System_CAPS_pubproperty CounterName

Gets the name of the performance data counter.

System_CAPS_pubproperty InstanceName

Gets or sets the name of the performance data instance.

System_CAPS_pubproperty ObjectName

Gets the name of the performance data object.

System_CAPS_pubproperty TimeSampled

Gets or sets the time, in UTC DateTime formate, that the performance data was sampled.

System_CAPS_pubproperty Value

Gets the value of the performance data counter.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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