IOperationalDataManagement.GetPartialMonitoringAlertReader Method (Guid, ManagementPackClass, TraversalDepth, Nullable, MonitoringAlertProperty[])
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As IOperationalDataManagement
Dim id As Guid
Dim managementPackClass As ManagementPackClass
Dim traversalDepth As TraversalDepth
Dim lastModified As Nullable(Of DateTime)
Dim properties As MonitoringAlertProperty()
Dim returnValue As PartialMonitoringAlertReader
returnValue = instance.GetPartialMonitoringAlertReader(id, managementPackClass, traversalDepth, lastModified, properties)
Syntax
'Declaration
<ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")> _
Function GetPartialMonitoringAlertReader ( _
id As Guid, _
managementPackClass As ManagementPackClass, _
traversalDepth As TraversalDepth, _
lastModified As Nullable(Of DateTime), _
ParamArray properties As MonitoringAlertProperty() _
) As PartialMonitoringAlertReader
[ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader GetPartialMonitoringAlertReader (
Guid id,
ManagementPackClass managementPackClass,
TraversalDepth traversalDepth,
Nullable<DateTime> lastModified,
params MonitoringAlertProperty[] properties
)
[ObsoleteAttribute(L"Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader^ GetPartialMonitoringAlertReader (
Guid id,
ManagementPackClass^ managementPackClass,
TraversalDepth traversalDepth,
Nullable<DateTime> lastModified,
... array<MonitoringAlertProperty^>^ properties
)
/** @attribute ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);") */
PartialMonitoringAlertReader GetPartialMonitoringAlertReader (
Guid id,
ManagementPackClass managementPackClass,
TraversalDepth traversalDepth,
Nullable<DateTime> lastModified,
MonitoringAlertProperty[] properties
)
ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(Guid id, MonitoringAlertCriteria criteria, ManagementPackClass managementPackClass, TraversalDepth traversalDepth, DateTime? lastModified, params MonitoringAlertProperty[] properties);")
function GetPartialMonitoringAlertReader (
id : Guid,
managementPackClass : ManagementPackClass,
traversalDepth : TraversalDepth,
lastModified : Nullable<DateTime>,
... properties : MonitoringAlertProperty[]
) : PartialMonitoringAlertReader
Parameters
- id
The System.Guid instance id from the PartialMonitoringObject object to which the method is scoped.
- managementPackClass
The ManagementPackClass object, and all its derived classes, by which to scope the method.
- traversalDepth
The 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
The alert’s last changed DateTime object to which this method is scoped.
- properties
The MonitoringAlertProperty properties by which this method is to be scoped.
Return Value
Returns a PartialMonitoringAlertReader object.
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.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
IOperationalDataManagement Interface
IOperationalDataManagement Members
Microsoft.EnterpriseManagement Namespace