Share via


DataWarehouse.GetMonitoringClasses Method (IList<String>, 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> monitoringClassSystemNames,
    string languageCode
)
public:
ReadOnlyCollection<MonitoringClassInfo^>^ GetMonitoringClasses(
    IList<String^>^ monitoringClassSystemNames,
    String^ languageCode
)
member GetMonitoringClasses : 
        monitoringClassSystemNames:IList<string> *
        languageCode:string -> ReadOnlyCollection<MonitoringClassInfo>
Public Function GetMonitoringClasses (
    monitoringClassSystemNames As IList(Of String),
    languageCode As String
) As ReadOnlyCollection(Of MonitoringClassInfo)

Parameters

  • languageCode
    Type: System.String

    The language code for the language in which the information is returned.

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