DataWarehouse.GetMonitoringClasses Method (IList<String>)
Applies To: Operations Manager for System Center 2012
Returns information about the monitoring classes in the current data warehouse.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringClassInfo> GetMonitoringClasses(
IList<string> systemNames
)
public:
ReadOnlyCollection<MonitoringClassInfo^>^ GetMonitoringClasses(
IList<String^>^ systemNames
)
member GetMonitoringClasses :
systemNames:IList<string> -> ReadOnlyCollection<MonitoringClassInfo>
Public Function GetMonitoringClasses (
systemNames As IList(Of String)
) As ReadOnlyCollection(Of MonitoringClassInfo)
Parameters
systemNames
Type: System.Collections.Generic.IList<String>A list of the system names of the monitoring classes to get.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringClassInfo>
Returns a ReadOnlyCollection<T> of MonitoringClassInfo objects.
See Also
GetMonitoringClasses Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top