ManagementGroup::GetMonitoringClasses Method (String^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves a collection of monitoring classes that match the specified name.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Don't use this overload. Either provide the Guid or Name and ManagementPack")] ReadOnlyCollection<MonitoringClass^>^ GetMonitoringClasses( String^ className )
Parameters
- className
-
Type:
System::String^
The name of the monitoring classes to retrieve.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringClass^>^Returns aReadOnlyCollection<T> object ofMonitoringClassobjects.
Show: