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
System_CAPS_pubmethod GetMonitoringImageObjects()

Obsolete.Retrieves a collection of all the monitoring image objects.

System_CAPS_pubmethod GetMonitoringImageObjects(ICollection<Guid>)

Obsolete.Retrieves a collection of monitoring image objects that have the specified GUIDs.

System_CAPS_pubmethod GetMonitoringImageObjects(ICollection<MonitoringImageReference>)

Obsolete.Retrieves a collection of monitoring image objects that have the specifiedMonitoringImageReferenceobject.

System_CAPS_pubmethod 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