Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
monitoringClassSystemNames
Type: System.Collections.Generic.IList<String>A list of the system names of the monitoring classes to get.
languageCode
Type: System.StringThe 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