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<Guid> monitoringClassGuids
)
public:
ReadOnlyCollection<MonitoringClassInfo^>^ GetMonitoringClasses(
IList<Guid>^ monitoringClassGuids
)
member GetMonitoringClasses :
monitoringClassGuids:IList<Guid> -> ReadOnlyCollection<MonitoringClassInfo>
Public Function GetMonitoringClasses (
monitoringClassGuids As IList(Of Guid)
) As ReadOnlyCollection(Of MonitoringClassInfo)
Parameters
monitoringClassGuids
Type: System.Collections.Generic.IList<Guid>A list of GUIDs for the monitoring classes to get information about.
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