OperationalDataObjectType Enumeration
Applies To: Operations Manager for System Center 2012
Defines the object types that grooming information is provided for.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SerializableAttribute]
public enum OperationalDataObjectType
[SerializableAttribute]
public enum class OperationalDataObjectType
[<SerializableAttribute>]
type OperationalDataObjectType
<SerializableAttribute>
Public Enumeration OperationalDataObjectType
Members
Member name | Description | |
---|---|---|
MonitoringAlert | The alert grooming notification. Alerts are groomed based on the TimeResolved property. |
|
MonitoringEvent | The event grooming notification. Events are groomed based on the TimeGenerated property. |
|
MonitoringPerformanceData | The performance data grooming notification. Performance data is groomed based on the sample time. |
|
MonitoringStateChangeEvent | The state change event notification. State change events are groomed based on the TimeResolved property. |
See Also
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top