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 | |
---|---|---|
GetMonitoringClasses() | Obsolete.Retrieves a collection of all the monitoring classes. |
|
GetMonitoringClasses(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring classes that match the specified GUIDs. |
|
GetMonitoringClasses(MonitoringClassCriteria) | Obsolete.Retrieves a collection of monitoring classes that match the specified criteria. |
|
GetMonitoringClasses(String) | Obsolete.Retrieves a collection of monitoring classes that match the specified name. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top