PartialMonitoringObject::GetMonitoringDiscoveries Method (ManagementPackDiscoveryCriteria^)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets all the discoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types, and that meet the criteria.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use ManagementGroup.Monitoring.GetDiscoveries")] ReadOnlyCollection<MonitoringDiscovery^>^ GetMonitoringDiscoveries( ManagementPackDiscoveryCriteria^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPackDiscoveryCriteria^
A value that specifies the kind of monitoring discoveries.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringDiscovery^>^Returns ReadOnlyCollection<T> of MonitoringDiscovery objects.
Discoveries are run periodically and report back to Operations Manager. With the discovered data, the system reacts on its rules and monitors, and determines the state of entities and whether an alert should be raised.
Show: