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 | |
---|---|---|
BusinessCycleMultiplier | Gets the integer business cycle multiplier for the performance signature. |
|
BusinessCycleStartTime | Returns the business cycle start time, in DateTime format, for the performance signature. |
|
BusinessCycleUnit | Gets the business cycle unit for the performance signature. |
|
Id | (Inherited from MonitoringBaseWithId.) |
|
IsFrozen | Gets a Boolean value that determines whether the performance signature is frozen. |
|
IsReset | Gets a Boolean value that determines whether the performance signature is reset. |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Sensitivity | Gets the sensitivity of the performance signature. |
|
Values | Gets a collection of MonitoringPerformanceSignatureValue objects for the performance signature. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from MonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from MonitoringBaseWithId.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) |
|
SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
|
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