Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring image objects that have the specified GUIDs.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")]
public ReadOnlyCollection<MonitoringImageObject> GetMonitoringImageObjects(
    ICollection<Guid> imageIds
)
public:
[ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")]
ReadOnlyCollection<MonitoringImageObject^>^ GetMonitoringImageObjects(
    ICollection<Guid>^ imageIds
)
[<ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")>]
member GetMonitoringImageObjects : 
        imageIds:ICollection<Guid> -> ReadOnlyCollection<MonitoringImageObject>
<ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")>
Public Function GetMonitoringImageObjects (
    imageIds As ICollection(Of Guid)
) As ReadOnlyCollection(Of MonitoringImageObject)
Parameters
- imageIds 
 Type: System.Collections.Generic.ICollection<Guid>- The GUIDs for the image objects to get. 
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