ManagementGroup.GetMonitoringImageObjects Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all the monitoring image objects.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")]
public ReadOnlyCollection<MonitoringImageObject> GetMonitoringImageObjects()
public:
[ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")]
ReadOnlyCollection<MonitoringImageObject^>^ GetMonitoringImageObjects()
[<ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")>]
member GetMonitoringImageObjects : unit -> ReadOnlyCollection<MonitoringImageObject>
<ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")>
Public Function GetMonitoringImageObjects As ReadOnlyCollection(Of MonitoringImageObject)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringImageObject>

Returns aReadOnlyCollection<T> object ofMonitoringImageObject objects.

See Also

GetMonitoringImageObjects Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top