PartialMonitoringObject::GetMonitoringClasses Method ()
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets all the monitoring classes that this monitoring object is an instance of.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use this.GetClasses")] ReadOnlyCollection<MonitoringClass^>^ GetMonitoringClasses()
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringClass^>^Returns ReadOnlyCollection<T> of MonitoringClassobjects .
This method gets the monitoring classes that are associated with the PartialMonitoringObject object.
Show: