DataWarehouse.GetMonitoringObjects Method (IList<Guid>, String)
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,
string languageCode
)
public:
ReadOnlyCollection<MonitoringObjectInfo^>^ GetMonitoringObjects(
IList<Guid>^ monitoringObjectGuids,
String^ languageCode
)
member GetMonitoringObjects :
monitoringObjectGuids:IList<Guid> *
languageCode:string -> ReadOnlyCollection<MonitoringObjectInfo>
Public Function GetMonitoringObjects (
monitoringObjectGuids As IList(Of Guid),
languageCode As String
) As ReadOnlyCollection(Of MonitoringObjectInfo)
Parameters
monitoringObjectGuids
Type: System.Collections.Generic.IList<Guid>A list of GUIDs for the monitoring objects to get information about.
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