ManagementGroup::GetMonitoringClasses Method (String^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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

Namespace:   Microsoft.EnterpriseManagement
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 to top
Show: