Share via


DataWarehouse.GetMonitoringObjects Method (IList<PartialMonitoringObject>)

 

Applies To: Operations Manager for System Center 2012

Gets the monitoring object information objects from the specified monitoring objects in the data warehouse.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<MonitoringObjectInfo> GetMonitoringObjects(
    IList<PartialMonitoringObject> monitoringObjects
)
public:
ReadOnlyCollection<MonitoringObjectInfo^>^ GetMonitoringObjects(
    IList<PartialMonitoringObject^>^ monitoringObjects
)
member GetMonitoringObjects : 
        monitoringObjects:IList<PartialMonitoringObject> -> ReadOnlyCollection<MonitoringObjectInfo>
Public Function GetMonitoringObjects (
    monitoringObjects As IList(Of PartialMonitoringObject)
) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

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