MonitoringPerformanceSignature Class

 

Applies To: Operations Manager for System Center 2012

Represents a performance signature.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceSignature

Syntax

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

Properties

Name Description
System_CAPS_pubproperty BusinessCycleMultiplier

Gets the integer business cycle multiplier for the performance signature.

System_CAPS_pubproperty BusinessCycleStartTime

Returns the business cycle start time, in DateTime format, for the performance signature.

System_CAPS_pubproperty BusinessCycleUnit

Gets the business cycle unit for the performance signature.

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty IsFrozen

Gets a Boolean value that determines whether the performance signature is frozen.

System_CAPS_pubproperty IsReset

Gets a Boolean value that determines whether the performance signature is reset.

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Sensitivity

Gets the sensitivity of the performance signature.

System_CAPS_pubproperty Values

Gets a collection of MonitoringPerformanceSignatureValue objects for the performance signature.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringBase.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

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