ManagementGroup.GetMonitoringClasses Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a collection of monitoring classes.

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

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringClasses()

Obsolete.Retrieves a collection of all the monitoring classes.

System_CAPS_pubmethod GetMonitoringClasses(ICollection<Guid>)

Obsolete.Retrieves a collection of monitoring classes that match the specified GUIDs.

System_CAPS_pubmethod GetMonitoringClasses(MonitoringClassCriteria)

Obsolete.Retrieves a collection of monitoring classes that match the specified criteria.

System_CAPS_pubmethod GetMonitoringClasses(String)

Obsolete.Retrieves a collection of monitoring classes that match the specified name.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top