PerformanceRuleInfo Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class PerformanceRuleInfo : MonitoringRuleInfo

NameDescription
System_CAPS_pubpropertyCounterName

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

System_CAPS_pubpropertyDefaultDescription

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

System_CAPS_pubpropertyDefaultName

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

System_CAPS_pubpropertyDescription

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

System_CAPS_pubpropertyDisplayName

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

System_CAPS_pubpropertyGuid

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

System_CAPS_pubpropertyHasMultipleInstances

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

System_CAPS_pubpropertyManagementPack

(Inherited from MonitoringRuleInfo.)

System_CAPS_pubpropertyObjectName

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

System_CAPS_pubpropertySystemName

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

System_CAPS_pubpropertyTarget

(Inherited from MonitoringRuleInfo.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldm_Description

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

System_CAPS_protfieldm_DisplayName

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: