DataWarehouse.GetMonitoringObjects Method
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)
Overload List
Name | Description | |
---|---|---|
GetMonitoringObjects(IList<Guid>) | Returns information about the monitoring objects in the current data warehouse. |
|
GetMonitoringObjects(IList<Guid>, String) | Returns information about the monitoring objects in the current data warehouse. |
|
GetMonitoringObjects(IList<Int32>) | Gets the monitoring object information objects from the specified monitoring object rows. |
|
GetMonitoringObjects(IList<Int32>, String) | Gets the monitoring object information objects from the specified monitoring object rows in the specified language. |
|
GetMonitoringObjects(IList<PartialMonitoringObject>) | Gets the monitoring object information objects from the specified monitoring objects in the data warehouse. |
|
GetMonitoringObjects(IList<PartialMonitoringObject>, String) | Gets the monitoring object information objects from the specified monitoring objects in the specified language. |
See Also
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top