ManagementGroup.GetMonitoringImageObjects Method
Applies To: Operations Manager for System Center 2012
Retrieves a collection of monitoring image objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringImageObjects() | Obsolete.Retrieves a collection of all the monitoring image objects. |
|
GetMonitoringImageObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring image objects that have the specified GUIDs. |
|
GetMonitoringImageObjects(ICollection<MonitoringImageReference>) | Obsolete.Retrieves a collection of monitoring image objects that have the specifiedMonitoringImageReferenceobject. |
|
GetMonitoringImageObjects(ManagementPackImageObjectCriteria) | Obsolete.Retrieves a collection of image objects from the management group by specifying criteria that are used to filter the returned results. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top