Share via


IOperationalDataManagement.GetPartialMonitoringAlertReader Method (ManagementPackClass, TraversalDepth, Nullable<DateTime>, MonitoringAlertProperty[])

 

Applies To: Operations Manager for System Center 2012

Note: This API is now 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.

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

Syntax

[ObsoleteAttribute("User PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader GetPartialMonitoringAlertReader(
    ManagementPackClass managementPackClass,
    TraversalDepth traversalDepth,
    Nullable<DateTime> lastModified,
    params MonitoringAlertProperty[] properties
)
[ObsoleteAttribute("User PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader^ GetPartialMonitoringAlertReader(
    ManagementPackClass^ managementPackClass,
    TraversalDepth traversalDepth,
    Nullable<DateTime> lastModified,
    ... array<MonitoringAlertProperty^>^ properties
)
[<ObsoleteAttribute("User PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")>]
abstract GetPartialMonitoringAlertReader : 
        managementPackClass:ManagementPackClass *
        traversalDepth:TraversalDepth *
        lastModified:Nullable<DateTime> *
        [<ParamArrayAttribute>] properties:MonitoringAlertProperty[] -> PartialMonitoringAlertReader
<ObsoleteAttribute("User PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")>
Function GetPartialMonitoringAlertReader (
    managementPackClass As ManagementPackClass,
    traversalDepth As TraversalDepth,
    lastModified As Nullable(Of Date),
    ParamArray properties As MonitoringAlertProperty()
) As PartialMonitoringAlertReader

Parameters

Return Value

Type: Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringAlertReader

Returns a PartialMonitoringAlertReader object.

See Also

GetPartialMonitoringAlertReader Overload
IOperationalDataManagement Interface
Microsoft.EnterpriseManagement Namespace

Return to top