ManagementGroup.DeleteDisabledMonitoringObjects Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Deletes all the monitoring objects for which discovery has been disabled by using an override. All the relationships that involve these monitoring objects are also deleted.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use MonitoringInstances.DeleteDisabledObjects()")]
public void DeleteDisabledMonitoringObjects()
public:
[ObsoleteAttribute("Use MonitoringInstances.DeleteDisabledObjects()")]
void DeleteDisabledMonitoringObjects()
[<ObsoleteAttribute("Use MonitoringInstances.DeleteDisabledObjects()")>]
member DeleteDisabledMonitoringObjects : unit -> unit
<ObsoleteAttribute("Use MonitoringInstances.DeleteDisabledObjects()")>
Public Sub DeleteDisabledMonitoringObjects

Remarks

For information about monitoring objects, see Monitoring Object and Partial Monitoring Object Comparisonand How to Display Information about a Monitoring Object.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top