Share via


PerformanceRuleInfo Class

 

Applies To: Operations Manager for System Center 2012

Contains information about a rule for performance data.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Warehouse.DataWarehouseBaseInfo
    Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo
      Microsoft.EnterpriseManagement.Warehouse.PerformanceRuleInfo

Syntax

[SerializableAttribute]
public class PerformanceRuleInfo : MonitoringRuleInfo
[SerializableAttribute]
public ref class PerformanceRuleInfo : MonitoringRuleInfo
[<SerializableAttribute>]
type PerformanceRuleInfo = 
    class
        inherit MonitoringRuleInfo
    end
<SerializableAttribute>
Public Class PerformanceRuleInfo
    Inherits MonitoringRuleInfo

Properties

Name Description
System_CAPS_pubproperty CounterName

Gets the name of the performance data counter that this object contains information about.

System_CAPS_pubproperty DefaultDescription

Gets the default description for the data warehouse.(Inherited from DataWarehouseBaseInfo.)

System_CAPS_pubproperty DefaultName

Gets the default name for the data warehouse.(Inherited from DataWarehouseBaseInfo.)

System_CAPS_pubproperty Description

Gets the description for the data warehouse.(Inherited from DataWarehouseBaseInfo.)

System_CAPS_pubproperty DisplayName

Gets the display name of the data warehouse.(Inherited from DataWarehouseBaseInfo.)

System_CAPS_pubproperty Guid

Gets the globally unique identifier (GUID) for the data warehouse.(Inherited from DataWarehouseBaseInfo.)

System_CAPS_pubproperty HasMultipleInstances

Gets a Boolean value that determines whether this object has multiple instances.

System_CAPS_pubproperty ManagementPack

(Inherited from MonitoringRuleInfo.)

System_CAPS_pubproperty ObjectName

Gets the name of the object that contains a rule for performance data.

System_CAPS_pubproperty SystemName

Gets the system name that contains the monitoring rule.(Inherited from MonitoringRuleInfo.)

System_CAPS_pubproperty Target

(Inherited from MonitoringRuleInfo.)

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.)

Fields

Name Description
System_CAPS_protfield m_Description

Contains the default description of the data warehouse.(Inherited from DataWarehouseBaseInfo.)

System_CAPS_protfield m_DisplayName

Contains the default display name for the data warehouse.(Inherited from DataWarehouseBaseInfo.)

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.Warehouse Namespace

Return to top