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