Share via


ManagementGroup.GetMonitoringAlertReader Method

Definition

Retrieves aMonitoringAlertReader object that reads alerts.

Overloads

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, DateTime)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringClass, TraversalDepth, DateTime)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringClass, TraversalDepth)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(DateTime)
Obsolete.
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringAlertCriteria)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringClass)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader()
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringClass, DateTime)
Obsolete.

Retrieves all the MonitoringAlert objects in the management group.

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth, DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, monitoringClass As MonitoringClass, traversalDepth As TraversalDepth, lastModified As DateTime) As MonitoringAlertReader

Parameters

criteria
MonitoringAlertCriteria

The criteria to scope the method by.

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

traversalDepth
TraversalDepth

The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.

lastModified
DateTime

Scope alerts to changed since this time

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, DateTime)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, monitoringClass As MonitoringClass, lastModified As DateTime) As MonitoringAlertReader

Parameters

criteria
MonitoringAlertCriteria

The criteria to scope the method by.

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

lastModified
DateTime

Scope alerts to changed since this time

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, monitoringClass As MonitoringClass, traversalDepth As TraversalDepth) As MonitoringAlertReader

Parameters

criteria
MonitoringAlertCriteria

The criteria to scope the method by.

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

traversalDepth
TraversalDepth

The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringClass, TraversalDepth, DateTime)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth, DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (monitoringClass As MonitoringClass, traversalDepth As TraversalDepth, lastModified As DateTime) As MonitoringAlertReader

Parameters

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

traversalDepth
TraversalDepth

The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.

lastModified
DateTime

Scope alerts to changed since this time

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, monitoringClass As MonitoringClass) As MonitoringAlertReader

Parameters

criteria
MonitoringAlertCriteria

The criteria to scope the method by.

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, lastModified As DateTime) As MonitoringAlertReader

Parameters

criteria
MonitoringAlertCriteria

The criteria to scope the method by.

lastModified
DateTime

The time the alerts should have changed since.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringClass, TraversalDepth)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (monitoringClass As MonitoringClass, traversalDepth As TraversalDepth) As MonitoringAlertReader

Parameters

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

traversalDepth
TraversalDepth

The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(DateTime)

Caution

Please use OperationalData.GetMonitoringAlertReader(MonitoringAlertCriteria.Empty)

Caution

Please use OperationalData.GetMonitoringAlertReader(MonitoringAlertCriteria.Empty, null)

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader(MonitoringAlertCriteria.Empty)")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader(MonitoringAlertCriteria.Empty, null)")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (DateTime lastModified);
member this.GetMonitoringAlertReader : DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (lastModified As DateTime) As MonitoringAlertReader

Parameters

lastModified
DateTime

The time the alerts should have changed since.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringAlertCriteria)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria) As MonitoringAlertReader

Parameters

criteria
MonitoringAlertCriteria

The criteria to scope the method by.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringClass)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.MonitoringClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (monitoringClass As MonitoringClass) As MonitoringAlertReader

Parameters

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader()

Caution

Please use OperationalData.GetMonitoringAlertReader(MonitoringAlertCriteria.Empty)

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader();
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader(MonitoringAlertCriteria.Empty)")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader ();
member this.GetMonitoringAlertReader : unit -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader () As MonitoringAlertReader

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to

GetMonitoringAlertReader(MonitoringClass, DateTime)

Caution

Please use OperationalData.GetMonitoringAlertReader()

Retrieves all the MonitoringAlert objects in the management group.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, DateTime lastModified);
[System.Obsolete("Please use OperationalData.GetMonitoringAlertReader()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.MonitoringClass * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (monitoringClass As MonitoringClass, lastModified As DateTime) As MonitoringAlertReader

Parameters

monitoringClass
MonitoringClass

The monitoring class, and all its derived classes, to scope the method by.

lastModified
DateTime

Scope alerts to changed since this time

Returns

A collection of fully populated MonitoringAlert objects.

Attributes

Applies to