IOperationalDataManagement.GetPartialMonitoringAlertReader Method (Guid, 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. 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.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader GetPartialMonitoringAlertReader(
Guid id,
TraversalDepth traversalDepth,
Nullable<DateTime> lastModified,
params MonitoringAlertProperty[] properties
)
[ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader^ GetPartialMonitoringAlertReader(
Guid id,
TraversalDepth traversalDepth,
Nullable<DateTime> lastModified,
... array<MonitoringAlertProperty^>^ properties
)
[<ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")>]
abstract GetPartialMonitoringAlertReader :
id:Guid *
traversalDepth:TraversalDepth *
lastModified:Nullable<DateTime> *
[<ParamArrayAttribute>] properties:MonitoringAlertProperty[] -> PartialMonitoringAlertReader
<ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")>
Function GetPartialMonitoringAlertReader (
id As Guid,
traversalDepth As TraversalDepth,
lastModified As Nullable(Of Date),
ParamArray properties As MonitoringAlertProperty()
) As PartialMonitoringAlertReader
Parameters
id
Type: System.GuidThe System.Guid instance id from the PartialMonitoringObject object to which the method is scoped.
traversalDepth
Type: Microsoft.EnterpriseManagement.Common.TraversalDepthThe TraversalDepth object the defines the traversal depth of the class instances to be retrieved. The OneLevel object scopes the method to just the instance of the given class. The Recursive object scopes the method to the instance of the given class and to all entities contained by instances of that class.
lastModified
Type: System.Nullable<DateTime>The alert’s last changed DateTime object to which this method is scoped.
properties
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertProperty[]MonitoringAlertProperty properties by which this method is to be scoped.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringAlertReader
Returns a PartialMonitoringAlertReader object.
See Also
GetPartialMonitoringAlertReader Overload
IOperationalDataManagement Interface
Microsoft.EnterpriseManagement Namespace
Return to top