PartialMonitoringObjectBase.GetMonitoringAlertReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an alert reader object that allows you to read all the monitoring alert objects that are related to this monitoring object.
Overloads
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(ManagementPackClass, TraversalDepth, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(ManagementPackClass, TraversalDepth) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(TraversalDepth, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(ManagementPackClass) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(TraversalDepth) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader() |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(ManagementPackClass, DateTime) |
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject. |
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth, DateTime lastModified);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth, lastModified As DateTime) As MonitoringAlertReader
Parameters
- criteria
- MonitoringAlertCriteria
The optional (pass null) criteria to scope the method by.
- managementPackClass
- ManagementPackClass
The class to scope results by.
- traversalDepth
- TraversalDepth
Whether to include instances contained by instances of the class.
- lastModified
- DateTime
Scope to alerts that have change since.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, DateTime lastModified);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, managementPackClass As ManagementPackClass, lastModified As DateTime) As MonitoringAlertReader
Parameters
- criteria
- MonitoringAlertCriteria
The optional (pass null) criteria to scope the method by.
- managementPackClass
- ManagementPackClass
The class to scope results by.
- lastModified
- DateTime
Scope to alerts that have change since.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As MonitoringAlertReader
Parameters
- criteria
- MonitoringAlertCriteria
The optional (pass null) criteria to scope the method by.
- managementPackClass
- ManagementPackClass
The class to scope results by.
- traversalDepth
- TraversalDepth
Whether to include instances contained by instances of the class.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth, DateTime lastModified);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Common.TraversalDepth * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, traversalDepth As TraversalDepth, lastModified As DateTime) As MonitoringAlertReader
Parameters
- criteria
- MonitoringAlertCriteria
The optional (pass null) criteria to scope the method by.
- traversalDepth
- TraversalDepth
Whether to return alerts from entities contained by this entity as well.
- lastModified
- DateTime
Scope to alerts that have change since.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(ManagementPackClass, TraversalDepth, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth, DateTime lastModified);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth, lastModified As DateTime) As MonitoringAlertReader
Parameters
- managementPackClass
- ManagementPackClass
The class to scope results by.
- traversalDepth
- TraversalDepth
Whether to include instances contained by instances of the class.
- lastModified
- DateTime
Scope to alerts that have change since.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria, ManagementPackClass)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, managementPackClass As ManagementPackClass) As MonitoringAlertReader
Parameters
- criteria
- MonitoringAlertCriteria
The optional (pass null) criteria to scope the method by.
- managementPackClass
- ManagementPackClass
The class to scope results by.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria, TraversalDepth)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria criteria, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertCriteria * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (criteria As MonitoringAlertCriteria, traversalDepth As TraversalDepth) As MonitoringAlertReader
Parameters
- criteria
- MonitoringAlertCriteria
The optional (pass null) criteria to scope the method by.
- traversalDepth
- TraversalDepth
Whether to return alerts from entities contained by this entity as well.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria, DateTime lastModified);
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
Scope to alerts that have change since.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(ManagementPackClass, TraversalDepth)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As MonitoringAlertReader
Parameters
- managementPackClass
- ManagementPackClass
The class to scope results by.
- traversalDepth
- TraversalDepth
Whether to include instances contained by instances of the class.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(TraversalDepth, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth, DateTime lastModified);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Common.TraversalDepth * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (traversalDepth As TraversalDepth, lastModified As DateTime) As MonitoringAlertReader
Parameters
- traversalDepth
- TraversalDepth
Whether to return alerts from entities contained by this entity as well.
- lastModified
- DateTime
Only alerts that have changed since this specified date and time are returned.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(DateTime lastModified);
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
Only alerts that have changed since this specified date and time are returned.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(MonitoringAlertCriteria)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertCriteria ^ criteria);
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 alert objects.
Applies to
GetMonitoringAlertReader(ManagementPackClass)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (managementPackClass As ManagementPackClass) As MonitoringAlertReader
Parameters
- managementPackClass
- ManagementPackClass
The class to scope results by.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader(TraversalDepth)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (traversalDepth As TraversalDepth) As MonitoringAlertReader
Parameters
- traversalDepth
- TraversalDepth
Whether to return alerts from entities contained by this entity as well.
Returns
A collection of fully populated alert objects.
Applies to
GetMonitoringAlertReader()
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader();
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 alert objects.
Applies to
GetMonitoringAlertReader(ManagementPackClass, DateTime)
Retrieves all the MonitoringAlert objects related to this PartialMonitoringObject.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringAlertReader ^ GetMonitoringAlertReader(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, DateTime lastModified);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader GetMonitoringAlertReader (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, DateTime lastModified);
member this.GetMonitoringAlertReader : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * DateTime -> Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertReader
Public Function GetMonitoringAlertReader (managementPackClass As ManagementPackClass, lastModified As DateTime) As MonitoringAlertReader
Parameters
- managementPackClass
- ManagementPackClass
The class to scope results by.
- lastModified
- DateTime
Scope to alerts that have change since.
Returns
A collection of fully populated alert objects.