MonitoringClass.GetMonitoringDiscoveries Method
Applies To: Operations Manager for System Center 2012
Retrieves the discovery objects that target this monitoring class.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringDiscoveries() | Obsolete.Retrieves all the discovery objects that target this monitoring class. |
|
GetMonitoringDiscoveries(BaseClassTraversalDepth) | Obsolete.Retrieves the discovery objects that target this monitoring class, optionally including the discovery objects that target the base classes of this class. |
|
GetMonitoringDiscoveries(ManagementPackDiscoveryCriteria) | Obsolete.Retrieves monitoring discovery objects that target this monitoring class using the specified filter. |
|
GetMonitoringDiscoveries(ManagementPackDiscoveryCriteria, BaseClassTraversalDepth) | Obsolete.Retrieves the monitoring discovery objects that target this monitoring class using the specified filter, optionally including the discovery objects that target the base classes of this class. |
See Also
MonitoringClass Class
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top