DataWarehouse.GetMonitoringObjects Method (IList<Int32>, String)
Applies To: Operations Manager for System Center 2012
Gets the monitoring object information objects from the specified monitoring object rows in the specified language.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringObjectInfo> GetMonitoringObjects(
IList<int> monitoringObjectRowIds,
string languageCode
)
public:
ReadOnlyCollection<MonitoringObjectInfo^>^ GetMonitoringObjects(
IList<int>^ monitoringObjectRowIds,
String^ languageCode
)
member GetMonitoringObjects :
monitoringObjectRowIds:IList<int> *
languageCode:string -> ReadOnlyCollection<MonitoringObjectInfo>
Public Function GetMonitoringObjects (
monitoringObjectRowIds As IList(Of Integer),
languageCode As String
) As ReadOnlyCollection(Of MonitoringObjectInfo)
Parameters
monitoringObjectRowIds
Type: System.Collections.Generic.IList<Int32>The monitoring object rows in the data warehouse from which to return the monitoring object information objects.
languageCode
Type: System.StringThe language code for the language in which the information is returned.
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