Share via


IOperationalDataManagement.GetPartialMonitoringAlertReader Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a PartialMonitoringAlertReader object for accessing MonitoringAlert objects in the ManagementGroup object.

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

Overload List

Name Description
System_CAPS_pubmethod GetPartialMonitoringAlertReader(EnterpriseManagementObject, ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object, the ManagementPackClass object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(EnterpriseManagementObject, MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object, the MonitoringAlertCriteria object, the ManagementPackClass object, the TraversalDepth last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(EnterpriseManagementObject, MonitoringAlertCriteria, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object, the MonitoringAlertCriteria object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(EnterpriseManagementObject, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup object. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(Guid, ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object’s System.Guid object, the ManagementPackClass object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(Guid, MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object’s System.Guid object, the MonitoringAlertCriteria object, the ManagementPackClass object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(Guid, MonitoringAlertCriteria, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object’s System.Guid object, the MonitoringAlertCriteria object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(Guid, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to a specific PartialMonitoringObject object’s System.Guid object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup object. The returned MonitoringAlert objects are scoped to a specific ManagementPackClass object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to the MonitoringAlertCriteria object ManagementPackClass object, the TraversalDepth object, the last changed DateTime object, and the MonitoringAlertProperty properties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(MonitoringAlertCriteria, Nullable<DateTime>, MonitoringAlertProperty[])

Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to the MonitoringAlertCriteria object, the last changed DateTime object, and the MonitoringAlertPropertyproperties.

System_CAPS_pubmethod GetPartialMonitoringAlertReader(Nullable<DateTime>, MonitoringAlertProperty[])

Obsolete.Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to the last changed DateTime object, and the MonitoringAlertProperty properties.

See Also

IOperationalDataManagement Interface
Microsoft.EnterpriseManagement Namespace

Return to top